Uses of Interface
com.ibm.di.fc.remotecmdlnfc.Messages.MessageID

Packages that use Messages.MessageID
com.ibm.di.fc.remotecmdlnfc Provides classes for the remote command line function component. 
 

Uses of Messages.MessageID in com.ibm.di.fc.remotecmdlnfc
 

Classes in com.ibm.di.fc.remotecmdlnfc that implement Messages.MessageID
 class RemoteCLFCMsgIds
          Typesafe enum of the RemoteCLFC message ids
 

Methods in com.ibm.di.fc.remotecmdlnfc with parameters of type Messages.MessageID
 String TMSMessagesImpl.getMessage(Messages.MessageID id)
          Get the globalized message for the given MessageID.
 String Messages.getMessage(Messages.MessageID id)
          Get the globalized message for the given MessageID.
 String TMSMessagesImpl.getMessage(Messages.MessageID id, Object[] args)
          Get the globalized message for the given MessageID.
 String Messages.getMessage(Messages.MessageID id, Object[] args)
          Get the globalized message for the given MessageID.