Uses of Class
com.ibm.broker.config.proxy.LogEntry

Uses of LogEntry in com.ibm.broker.config.proxy
 

Methods in com.ibm.broker.config.proxy that return LogEntry
 LogEntry LogProxy.getLogEntry(int position)
          Returns the LogEntry at the supplied position in the log,
static LogEntry LogEntry.getLogEntryFromString(java.lang.String encodedData)
          Returns a new LogEntry object that contains the information described in the encoded String.
 

Methods in com.ibm.broker.config.proxy that return types with arguments of type LogEntry
 java.util.Enumeration<LogEntry> LogProxy.elements()
          Returns an Enumeration of all LogEntry objects available to the user in the log.
 java.util.Vector<LogEntry> AdministeredObject.getLastBIPMessages()
          Returns the last vector of BIP messages that are associated with this object.
 java.util.Enumeration<LogEntry> DeployResult.getLogEntries()
          Returns the LogEntry objects supplied by the Configuration Manager that describe the overall outcome of the deployment request.
 java.util.Enumeration<LogEntry> DeployResult.getLogEntriesForBroker(BrokerProxy b)
          Returns an enumeration of available LogEntry objects that describe the deployment outcome for the current broker.
 

Method parameters in com.ibm.broker.config.proxy with type arguments of type LogEntry
 void AdministeredObjectListener.processActionResponse(AdministeredObject affectedObject, CompletionCodeType ccType, java.util.List<LogEntry> bipMessages, java.util.Properties referenceProperties)
          States that the Configuration Manager has processed a request that previously originated from the current connection to the Configuration Manager.
 void AdvancedAdministeredObjectListener.processActionResponse(AdministeredObject affectedObject, CompletionCodeType ccType, java.util.List<LogEntry> bipMessages, java.util.Properties referenceProperties, int batchCorrelationID, boolean lastActionResponseInBatch)
          States that the Configuration Manager has processed a request that previously originated from the current connection to the Configuration Manager.