Uses of Class
com.ibm.di.entry.Entry

Packages that use Entry
com.ibm.di.admin   
com.ibm.di.admin.remote   
com.ibm.di.admin.ui   
com.ibm.di.api   
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
com.ibm.di.config.interfaces   
com.ibm.di.connector   
com.ibm.di.connector.dominoUsers   
com.ibm.di.connector.gla   
com.ibm.di.connector.NT4UserMetaDataConnector   
com.ibm.di.connector.sapr3.aleidoc   
com.ibm.di.connector.sapr3.bor   
com.ibm.di.connector.sapr3.user   
com.ibm.di.connector.tam   
com.ibm.di.connector.WSReceiverServerConnector   
com.ibm.di.entry   
com.ibm.di.eventhandler   
com.ibm.di.eventhandler.ldap   
com.ibm.di.fc   
com.ibm.di.fc.castorbind   
com.ibm.di.fc.cbe   
com.ibm.di.fc.remotecmdlnfc   
com.ibm.di.fc.rxaunittests   
com.ibm.di.function   
com.ibm.di.parser   
com.ibm.di.server   
com.ibm.di.store   
com.ibm.di.systemqueue   
com.ibm.di.trigger   
com.ibm.di.util   
 

Uses of Entry in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return Entry
 Entry ConnectorThread.getEntry()
           
 

Methods in com.ibm.di.admin with parameters of type Entry
 void RSInterfaceProxy.dumpEntry(Entry e)
          Dumps the contents of an Entry to the log.
 AssemblyLine RSInterfaceProxy.startAL(String assemblyLine, Connector connector, Entry work)
          Start the AssemblyLine given by the parameter.
 

Uses of Entry in com.ibm.di.admin.remote
 

Methods in com.ibm.di.admin.remote with parameters of type Entry
 void RemoteALListener.assemblyLineCycleDone(Entry aEntry)
           
 void RemoteEHListener.eventCaptured(Entry aEntry)
           
 void RemoteEHListener.eventProcessed(Entry aEntry)
           
 void RemoteConfigProxy.runRemoteTask(ExecuteTask et, String type, String name, Entry inputData)
          Run remote task AL or EH
 

Uses of Entry in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui with parameters of type Entry
 void ParameterSubstitutionUI.PropertiesTreeModel.addEntryObject(String name, Entry e)
           
 

Uses of Entry in com.ibm.di.api
 

Methods in com.ibm.di.api that return Entry
 Entry Tombstone.getStatistics()
          Returns AssemblyLine's Entry statistis object.
 

Uses of Entry in com.ibm.di.api.jmx.mbeans
 

Methods in com.ibm.di.api.jmx.mbeans that return Entry
 Entry AssemblyLineHandlerMBean.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandler.executeCycle()
           
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
           
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry, Boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, Boolean aProcessTCB)
           
 Entry SystemQueueMBean.getEntry(String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry SystemQueue.getEntry(String aQueueName, int aTimeOut)
           
 Entry AssemblyLineMBean.getResult()
          This method returns the result entry object.
 Entry AssemblyLine.getResult()
           
 

Methods in com.ibm.di.api.jmx.mbeans with parameters of type Entry
 void AssemblyLineListenerBase.assemblyLineCycleDone(Entry aEntry)
           
 void AssemblyLineListener.assemblyLineCycleDone(Entry aEntry)
           
 void EventHandlerListenerBase.eventCaptured(Entry aEntry)
           
 void EventHandlerListener.eventCaptured(Entry aEntry)
          Called right after the EventHandler captures an event and maps it to an Entry object.
 void EventHandlerListenerBase.eventProcessed(Entry aEntry)
           
 void EventHandlerListener.eventProcessed(Entry aEntry)
          If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes.
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
           
 Entry AssemblyLineHandlerMBean.executeCycle(Entry aEntry, Boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, Boolean aProcessTCB)
           
 void SystemQueueMBean.putEntry(String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 void SystemQueue.putEntry(String aQueueName, Entry aEntry)
           
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData)
           
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs)
           
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs, Boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, Boolean aGetLogs, Boolean aSync)
           
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLine(String aAssemblyLineName, Entry aInputData, Boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 javax.management.ObjectName ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, Boolean aSync)
           
 javax.management.ObjectName ConfigInstanceMBean.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 javax.management.ObjectName ConfigInstance.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
           
 

Uses of Entry in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return Entry
 Entry AssemblyLineHandler.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueue.getEntry(String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry AssemblyLine.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.local with parameters of type Entry
 void AssemblyLineListener.assemblyLineCycleDone(Entry aEntry)
           
 void EventHandlerListener.eventCaptured(Entry aEntry)
          Called right after the EventHandler captures an event and maps it to an Entry object.
 void EventHandlerListener.eventProcessed(Entry aEntry)
          If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueue.putEntry(String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 AssemblyLineHandler ConfigInstance.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl that return Entry
 Entry AssemblyLineHandlerImpl.executeCycle()
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
           
 Entry SystemQueueImpl.getEntry(String aQueueName, int aTimeOut)
           
 Entry AssemblyLineImpl.getResult()
           
 

Methods in com.ibm.di.api.local.impl with parameters of type Entry
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
           
 void SystemQueueImpl.putEntry(String aQueueName, Entry aEntry)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, boolean aSync)
           
 AssemblyLineHandler ConfigInstanceImpl.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
           
 

Uses of Entry in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return Entry
 Entry AssemblyLineHandler.executeCycle()
          Executes an AssemblyLine cycle with null work Entry attribute.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 Entry SystemQueue.getEntry(String aQueueName, int aTimeOut)
          Retrieves an Entry object from the specified System Queue
 Entry AssemblyLine.getResult()
          This method returns the result entry object.
 

Methods in com.ibm.di.api.remote with parameters of type Entry
 void AssemblyLineListener.assemblyLineCycleDone(Entry aEntry)
           
 void EventHandlerListener.eventCaptured(Entry aEntry)
          Called right after the EventHandler captures an event and maps it to an Entry object.
 void EventHandlerListener.eventProcessed(Entry aEntry)
          If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry)
          Executes an AssemblyLine cycle.
 Entry AssemblyLineHandler.executeCycle(Entry aEntry, boolean aProcessTCB)
          Executes an AssemblyLine cycle.
 void SystemQueue.putEntry(String aQueueName, Entry aEntry)
          Stores an Entry object to the specified System Queue
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data asynchronously.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
          Starts asynchronously the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
          Starts the specified AssemblyLine with the given input data and results listener.
 AssemblyLine ConfigInstance.startAssemblyLine(String aAssemblyLineName, Entry aInputData, boolean aSync)
          Starts the specified AssemblyLine with the given input data.
 AssemblyLineHandler ConfigInstance.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
          Starts the specified AssemblyLine with the given input data in manual mode.
 

Uses of Entry in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl that return Entry
 Entry AssemblyLineHandlerImpl.executeCycle()
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
           
 Entry SystemQueueImpl.getEntry(String aQueueName, int aTimeOut)
           
 Entry AssemblyLineImpl.getResult()
           
 

Methods in com.ibm.di.api.remote.impl with parameters of type Entry
 void AssemblyLineListenerBase.assemblyLineCycleDone(Entry aEntry)
           
 void AssemblyLineListenerAdapter.assemblyLineCycleDone(Entry aEntry)
           
 void EventHandlerListenerBase.eventCaptured(Entry aEntry)
           
 void EventHandlerListenerAdapter.eventCaptured(Entry aEntry)
           
 void EventHandlerListenerBase.eventProcessed(Entry aEntry)
           
 void EventHandlerListenerAdapter.eventProcessed(Entry aEntry)
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry)
           
 Entry AssemblyLineHandlerImpl.executeCycle(Entry aEntry, boolean aProcessTCB)
           
 void SystemQueueImpl.putEntry(String aQueueName, Entry aEntry)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, AssemblyLineListener aListener, boolean aGetLogs, boolean aSync)
           
 AssemblyLine ConfigInstanceImpl.startAssemblyLine(String aAssemblyLineName, Entry aInputData, boolean aSync)
           
 AssemblyLineHandler ConfigInstanceImpl.startAssemblyLineManual(String aAssemblyLineName, Entry aInputData)
           
 

Uses of Entry in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return Entry
 Entry TDIPropertyStore.getPropertyEntry(String key)
          Returns the Entry object for a key.
 Entry TDIProperties.getPropertyEntry(String key)
          Returns the Entry object for a key - this is the same call as getProperty(key) only the Entry object is returned for the property.
 

Methods in com.ibm.di.config.interfaces with parameters of type Entry
 void TDIPropertyStore.setProperty(Entry entry)
          Sets a named property to the given value.
 

Uses of Entry in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return Entry
 Entry DominoConnector.buildEntry(lotus.domino.Document doc)
          This method is invoked by the getNextEntry method.
 Entry LDAPConnector.entry2at(SearchResult sr)
          Internal method used to convert a SearchResult from the LDAP Server to an Entry.
 Entry Connector.findEntry(Object key, Object value)
          Locates an entry based on a key/value pair.
 Entry SNMPConnector.findEntry(SearchCriteria search)
          Searches for an entry matching the specified search criteria.
 Entry ScriptConnector.findEntry(SearchCriteria search)
           
 Entry PropertiesConnector.findEntry(SearchCriteria search)
           
 Entry PESConnector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry OldHTTPCLient.findEntry(SearchCriteria search)
          The findEntry function is called during Lookup or Update operations.
 Entry MailboxConnector.findEntry(SearchCriteria aSearch)
          Finds an existing entry.
 Entry LDAPConnector.findEntry(SearchCriteria search)
          Find an entry matching a SearchCriteria.
 Entry JNDIConnector.findEntry(SearchCriteria search)
           
 Entry JMSConnector.findEntry(SearchCriteria search)
          Query the queue for specific messages.
 Entry JDBCConnector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry ITIMAgentConnector.findEntry(SearchCriteria aSearch)
          Finds a JNDI Entry given search critera.
 Entry HTTPClientConnector.findEntry(SearchCriteria search)
          The findEntry function is called during Lookup or Update operations.
 Entry DSMLv2SOAPConnector.findEntry(SearchCriteria aSearch)
           
 Entry DominoConnector.findEntry(SearchCriteria search)
          This method is used in Lookup, Update and Delete modes.
 Entry BTree.findEntry(SearchCriteria search)
           
 Entry AssemblyLineConnector.findEntry(SearchCriteria search)
           
 Entry ConnectorInterface.findEntry(SearchCriteria search)
          Find an existing entry.
 Entry Connector.findEntry(SearchCriteria search)
          Finds an existing entry.
 Entry PESConnector.findEntryWithFlag(SearchCriteria search, boolean returnWrappedEntry)
          Wrapped functionality for backward compatibility.
 Entry ZOSChangelogConnector.getCheckpointInformation()
           
 Entry TCPConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry SNMPConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry OldHTTPCLient.getCheckpointInformation()
          Returns the state information for the connector.
 Entry NetscapeChangelogConnector.getCheckpointInformation()
           
 Entry JMSConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry IDSChangelogConnector.getCheckpointInformation()
           
 Entry HTTPClientConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry FileConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry ExchangeChangelogConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry DominoChangeDetectionConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry DBChangelogConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry ADChangelogConnectorv2.getCheckpointInformation()
          Returns the state information for the connector.
 Entry ADChangelogConnector.getCheckpointInformation()
          Returns the state information for the connector.
 Entry LDAPConnector.getCurrentEntry()
          Gets the current Entry.
 Entry JNDIConnector.getCurrentEntry()
           
 Entry ConnectorInterface.getFirstFindEntry()
          Get the first entry found in a search
 Entry Connector.getFirstFindEntry()
          Returns the first entry from the list of duplicate entries found.
 Entry ZOSChangelogConnector.getNextEntry()
           
 Entry URLConnector.getNextEntry()
           
 Entry TimerConnector.getNextEntry()
           
 Entry TCPServerConnector.getNextEntry()
          Returns the next Entry from the TCP client.
 Entry TCPConnector.getNextEntry()
          Returns the next Entry from the connector.
 Entry SystemQueueConnector.getNextEntry()
          Gets the next Entry object from the JMS server.
 Entry StreamConnector.getNextEntry()
           
 Entry SNMPServerConnector.getNextEntry()
          Returns the next Entry from the SNMP client(Manager).
 Entry SNMPConnector.getNextEntry()
          Gets the nextEntry attribute of the SNMPConnector object
 Entry ServerNotificationsConnector.getNextEntry()
          Gets the next notification object
 Entry ScriptConnector.getNextEntry()
           
 Entry RACConnector.getNextEntry()
          Retrieves the next CommonBaseEvent produced by the remote Logging Agent.
 Entry PropertiesConnector.getNextEntry()
           
 Entry PESConnector.getNextEntry()
          Returns the next entry from the result set created by selectEntries
 Entry OldHTTPServer.getNextEntry()
           
 Entry OldHTTPCLient.getNextEntry()
          This function is called to retreive the next entry from the connector.
 Entry NetscapeChangelogConnector.getNextEntry()
           
 Entry MQePasswordStoreConnector.getNextEntry()
           
 Entry MemQConnector.getNextEntry()
           
 Entry MailboxConnector.getNextEntry()
          Gets the next message from an open MailboxConnector object
 Entry LDAPServerConnector.getNextEntry()
          Returns the next Entry from the LDAP client.
 Entry LDAPConnector.getNextEntry()
          Get the next entry that was retrieved by selectEntries().
 Entry JNDIConnector.getNextEntry()
           
 Entry JMXConnector.getNextEntry()
          Gets the next notification object
 Entry JMSConnector.getNextEntry()
          Gets the nextEntry attribute of the JMSConnector object
 Entry JDBCConnector.getNextEntry()
          Gets the nextEntry attribute of the JDBCConnector object
 Entry ITIMAgentConnector.getNextEntry()
          Retrieves the next Entry object from the search results.
 Entry IDSChangelogConnector.getNextEntry()
           
 Entry HTTPServerConnector.getNextEntry()
           
 Entry HTTPClientConnector.getNextEntry()
          This function is called to retreive the next entry from the connector.
 Entry FTPClientConnector.getNextEntry()
           
 Entry FileConnector.getNextEntry()
           
 Entry ExchangeChangelogConnector.getNextEntry()
          Retrieves the next "changed" object from Exchange Directory Service.
 Entry DSMLv2SOAPServerConnector.getNextEntry()
           
 Entry DSMLv2SOAPConnector.getNextEntry()
           
 Entry DominoConnector.getNextEntry()
          Gets the nextEntry attribute of the DominoConnector object
 Entry DominoChangeDetectionConnector.getNextEntry()
          Retrieves the next changed entry.
 Entry DBChangelogConnector.getNextEntry()
          Gets the next Entry object from the "change table".
 Entry CommandLineConnector.getNextEntry()
           
 Entry BTree.getNextEntry()
           
 Entry AxisEasyWSServerConnector.getNextEntry()
           
 Entry AssemblyLineConnector.getNextEntry()
           
 Entry ADChangelogConnectorv2.getNextEntry()
          Retrieves the next "changed" object from Active Directory.
 Entry ADChangelogConnector.getNextEntry()
          Retrieves the next "changed" object from AD.
 Entry ConnectorInterface.getNextEntry()
          Return the next Entry from the connector.
 Entry Connector.getNextEntry()
          Returns the next Entry from the connector.
 Entry ConnectorInterface.getNextFindEntry()
          Return the next entry from the list of duplicate entries found.
 Entry Connector.getNextFindEntry()
          Returns the next entry from the list of duplicate entries found.
protected  Entry ADChangelogConnectorv2.getNextSearchResult()
          Retrieves the next Entry from the result set.
 Entry JDBCConnector.getNextSQLSelectEntry()
          Gets the nextSQLSelectEntry entry
 Entry ConnectorInterface.getPushbackEntry()
          Return the pushed back entry for the connector.
 Entry Connector.getPushbackEntry()
          Returns the pushed back entry for the connector.
 Entry LDAPConnector.getServerInfo()
          Gets the serverInfo from the LDAP Server
 Entry ExchangeChangelogConnector.getUsnValues()
          Returns an Entry object containing the current USN synchronization values.
 Entry ADChangelogConnector.getUsnValues()
          Returns an Entry object containing the current USN synchronization values.
 Entry JMSConnector.message2entry(javax.jms.Message m)
          Convert a JMS message to an entry.
protected  Entry ExchangeChangelogConnector.packUsnValues()
          Returns an Entry containing the current Connector's USN values as properties.
protected  Entry ADChangelogConnectorv2.packUsnValues()
          Returns an Entry containing the current Connector's USN values as properties.
protected  Entry ADChangelogConnector.packUsnValues()
          Returns an Entry containing the current Connector's USN values as properties.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, String operation)
          This method invokes the named operation in the target AssemblyLine.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, String operation, Entry opentry)
           
 Entry ScriptConnector.queryReply(Entry entry)
           
 Entry JMSConnector.queryReply(Entry entry)
          This method uses temporary queues/topics to implement the queryReply method.
 Entry HTTPClientConnector.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry DSMLv2SOAPConnector.queryReply(Entry aQueryEntry)
           
 Entry CommandLineConnector.queryReply(Entry aEntry)
           
 Entry AssemblyLineConnector.queryReply(Entry entry)
           
 Entry ConnectorInterface.queryReply(Entry entry)
          This method is used for connectors that needs to combine putEntry/getNextEntry into one operation.
 Entry Connector.queryReply(Entry entry)
          Performs a query/reply operations.
protected  Entry ExchangeChangelogConnector.retrieveEntry(String aFilter)
          Retrieves an Entry from Exchange Directory Service based on the given filter.
protected  Entry ADChangelogConnector.retrieveEntry(String aFilter)
          Retrieves an Entry from AD based on the given filter.
 Entry SNMPConnector.returnEntry(Object obj)
           
 

Methods in com.ibm.di.connector with parameters of type Entry
protected  void ADChangelogConnectorv2.addGUIDStrAttribute(Entry aEntry)
          Adds the "objectGUIDStr" Attribute to the Entry.
protected  void ADChangelogConnector.addGUIDStrAttribute(Entry aEntry)
          Adds the "objectGUIDStr" Attribute to the Entry.
 void DominoConnector.addValue(Entry e, String attr, Vector value)
          Adds a feature to the Value attribute of the DominoConnector object
 BasicAttributes LDAPConnector.at2entry(Entry entry, boolean removeEmptyAttrs)
          Internal method used to convert an Entry into BasicAttributes that can be sent to the LDAP Server
 void ScriptConnector.deleteEntry(Entry entry, SearchCriteria search)
           
 void PropertiesConnector.deleteEntry(Entry entry, SearchCriteria search)
           
 void PESConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void MailboxConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
          Deletes an existing entry.
 void LDAPConnector.deleteEntry(Entry entry, SearchCriteria search)
          Delete an entry in the LDAP Server.
 void JNDIConnector.deleteEntry(Entry entry, SearchCriteria search)
           
 void JDBCConnector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 void ITIMAgentConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
          Deletes a JNDI Entry.
 void DSMLv2SOAPConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
           
 void DominoConnector.deleteEntry(Entry entry, SearchCriteria search)
          This method is used in Delete mode.
 void BTree.deleteEntry(Entry entry, SearchCriteria search)
           
 void AssemblyLineConnector.deleteEntry(Entry entry, SearchCriteria search)
           
 void ConnectorInterface.deleteEntry(Entry entry, SearchCriteria search)
          Delete an existing entry.
 void Connector.deleteEntry(Entry entry, SearchCriteria search)
          Deletes an existing entry.
 javax.jms.Message JMSConnector.entry2message(Entry entry)
          Convert an entry to a JMS message.
 String PESConnector.getAttrName(Entry entry)
          Returns Attr name if not keyAttribute
 String PESConnector.getUniqueKey(Entry e, Vector keys)
          return uniquie from list of keys
 void DominoConnector.modDocument(lotus.domino.Document doc, Entry entry)
          This method modifies a Domino database document.
 void ScriptConnector.modEntry(Entry entry, SearchCriteria search)
           
 void PropertiesConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void PESConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void LDAPConnector.modEntry(Entry entry, SearchCriteria search)
          Modify an Object in the LDAP Server.
 void JNDIConnector.modEntry(Entry entry, SearchCriteria search)
           
 void JDBCConnector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void ITIMAgentConnector.modEntry(Entry aEntry, SearchCriteria aSearch)
          Modifies a JNDI Entry.
 void DSMLv2SOAPConnector.modEntry(Entry aEntry, SearchCriteria aSearch)
           
 void DominoConnector.modEntry(Entry entry, SearchCriteria search)
          This method is used in Update mode.
 void BTree.modEntry(Entry entry, SearchCriteria search)
           
 void ConnectorInterface.modEntry(Entry entry, SearchCriteria search)
          Modify an existing entry.
 void Connector.modEntry(Entry entry, SearchCriteria search)
          Modifies an existing entry.
 void ScriptConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
           
 void LDAPConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modify an Object in the LDAP Server.
 void JNDIConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
           
 void ITIMAgentConnector.modEntry(Entry aEntry, SearchCriteria aSearch, Entry aOldEntry)
          Modifies a JNDI Entry.
 void DSMLv2SOAPConnector.modEntry(Entry aNewEntry, SearchCriteria aSearch, Entry aOldEntry)
           
 void DominoConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
          This method is used in Update mode.
 void AssemblyLineConnector.modEntry(Entry entry, SearchCriteria search, Entry old)
           
 void ConnectorInterface.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modify an existing entry.
 void Connector.modEntry(Entry entry, SearchCriteria search, Entry old)
          Modifies an existing entry.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, String operation)
          This method invokes the named operation in the target AssemblyLine.
 Entry AssemblyLineConnector.performOperation(Entry workEntry, String operation, Entry opentry)
           
 void ZOSChangelogConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
           
 void TCPConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void SNMPConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void OldHTTPCLient.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void NetscapeChangelogConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
           
 void JMSConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void IDSChangelogConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
           
 void HTTPClientConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void FileConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void ExchangeChangelogConnector.prepareForRestart(ALState aState, Entry aRestartInfo, int aRestartPoint)
          Notifies the connector of a restart situation.
 void DominoChangeDetectionConnector.prepareForRestart(ALState aState, Entry aRestartInfo, int aRestartPoint)
          Notifies the connector of a restart situation.
 void DBChangelogConnector.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void ADChangelogConnectorv2.prepareForRestart(ALState aState, Entry aRestartInfo, int aRestartPoint)
          Notifies the connector of a restart situation.
 void ADChangelogConnector.prepareForRestart(ALState aState, Entry aRestartInfo, int aRestartPoint)
          Notifies the connector of a restart situation.
 void ConnectorInterface.pushback(Entry e)
          Push back an entry.
 void Connector.pushback(Entry e)
          Make an entry the next entry to be iterated from the connector.
 void URLConnector.putEntry(Entry entry)
           
 void TCPServerConnector.putEntry(Entry aEntry)
          Flushes the output stream to the client.
 void TCPConnector.putEntry(Entry entry)
           
 void SystemQueueConnector.putEntry(Entry aEntry)
          Send an entry to the JMS server.
 void StreamConnector.putEntry(Entry entry)
           
 void SNMPServerConnector.putEntry(Entry aEntry)
          Send response to the SNMP client (Manager).
 void SNMPConnector.putEntry(Entry entry)
          Send SNMP data.
 void ServerNotificationsConnector.putEntry(Entry entry)
          Emits a custom Server API notification
 void ScriptConnector.putEntry(Entry entry)
           
 void RACConnector.putEntry(Entry aEntry)
          Creates a CommonBaseEvent object using the attributes of the given Entry.
 void PropertiesConnector.putEntry(Entry entry)
           
 void PESConnector.putEntry(Entry entry)
          Adds a new entry.
 void OldHTTPServer.putEntry(Entry entry)
           
 void OldHTTPCLient.putEntry(Entry entry)
          The putEntry function is called during AddOnly or Update operations.
 void MemQConnector.putEntry(Entry entry)
           
 void LDAPServerConnector.putEntry(Entry entry)
          Sends a search result entry to the LDAP client in response to a search request.
 void LDAPConnector.putEntry(Entry entry)
          Adds a new entry to the data source.
 void JNDIConnector.putEntry(Entry entry)
           
 void JMSConnector.putEntry(Entry entry)
          Send an entry to the JMS server.
 void JDBCConnector.putEntry(Entry entry)
          Adds a new entry.
 void ITIMAgentConnector.putEntry(Entry aEntry)
          Adds the given Entry as a new JNDI Subcontext.
 void HTTPServerConnector.putEntry(Entry aEntry)
           
 void HTTPClientConnector.putEntry(Entry entry)
          The putEntry function is called during AddOnly or Update operations.
 void FTPClientConnector.putEntry(Entry entry)
           
 void FileConnector.putEntry(Entry entry)
           
 void DSMLv2SOAPServerConnector.putEntry(Entry aEntry)
           
 void DSMLv2SOAPConnector.putEntry(Entry aPutEntry)
           
 void DominoConnector.putEntry(Entry entry)
          This method is used in AddOnly mode.
 void CommandLineConnector.putEntry(Entry entry)
           
 void BTree.putEntry(Entry entry)
           
 void AssemblyLineConnector.putEntry(Entry entry)
           
 void ACTConnector.putEntry(Entry entry)
          Process a Common Base Event by the ACT Engine.
 void ConnectorInterface.putEntry(Entry entry)
          Add a new entry to the data source
 void Connector.putEntry(Entry entry)
          Adds a new entry to the data source
 Entry ScriptConnector.queryReply(Entry entry)
           
 Entry JMSConnector.queryReply(Entry entry)
          This method uses temporary queues/topics to implement the queryReply method.
 Entry HTTPClientConnector.queryReply(Entry entry)
          Performs a query/reply operations.
 Entry DSMLv2SOAPConnector.queryReply(Entry aQueryEntry)
           
 Entry CommandLineConnector.queryReply(Entry aEntry)
           
 Entry AssemblyLineConnector.queryReply(Entry entry)
           
 Entry ConnectorInterface.queryReply(Entry entry)
          This method is used for connectors that needs to combine putEntry/getNextEntry into one operation.
 Entry Connector.queryReply(Entry entry)
          Performs a query/reply operations.
 void TCPServerConnector.replyEntry(Entry aEntry)
          Flushes the output stream to the client and closes the connection.
 void SNMPServerConnector.replyEntry(Entry aEntry)
          Send response to the SNMP client (Manager).
 void LDAPServerConnector.replyEntry(Entry conn)
          Send an LDAP result message in response to the last request from the LDAP Client.
 void HTTPServerConnector.replyEntry(Entry aEntry)
           
 void DSMLv2SOAPServerConnector.replyEntry(Entry aResponseEntry)
           
 void AxisEasyWSServerConnector.replyEntry(Entry conn)
           
 void ConnectorInterface.replyEntry(Entry entry)
          Send a reply to the connector.
 void Connector.replyEntry(Entry entry)
          Send a reply to the connector.
 void JDBCConnector.setCurrent(Entry entry, SearchCriteria search)
           
 void DominoConnector.setCurrent(Entry entry, SearchCriteria search)
          Used when multiple entries found, and you want to modify or delete one of them.
 void ConnectorInterface.setCurrent(Entry entry, SearchCriteria search)
          Change the SearchCriteria search to find the entry sent as a parameter.
 void Connector.setCurrent(Entry entry, SearchCriteria search)
          Change the SearchCriteria search to find the entry sent as a parameter.
 void TimerConnector.setNextEntry(Entry e)
           
 void HTTPServerConnector.setProperty(Entry aEntry, String aProperty, Object aValue, boolean aTcpDataAsProps)
           
 void ExchangeChangelogConnector.setUsnValues(Entry aUsnEntry)
          Sets the Connector’s current USN synchronization values to the values specified in the "aUsnEntry" parameter.
 void ADChangelogConnector.setUsnValues(Entry aUsnEntry)
          Sets the Connector’s current USN synchronization values to the values specified in the "aUsnEntry" parameter.
 

Uses of Entry in com.ibm.di.connector.dominoUsers
 

Methods in com.ibm.di.connector.dominoUsers that return Entry
protected  Entry DominoUsersConnector.clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)
           
 Entry UserRegistration.extractAndStoreData(Entry aEntry)
           
 Entry UserDeletion.extractAndStoreData(Entry aEntry)
           
 Entry UserAccess.extractAndStoreData(Entry aEntry)
           
 Entry IDominoAction.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 Entry DominoUsersConnector.findEntry(SearchCriteria aSearch)
           
 Entry DominoUsersConnector.getNextEntry()
           
 

Methods in com.ibm.di.connector.dominoUsers with parameters of type Entry
protected  void DominoUsersConnector.checkExtractAndExecuteDominoAction(IDominoAction aDominoAction, Entry aEntry)
           
protected  Entry DominoUsersConnector.clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)
           
 void DominoUsersConnector.deleteEntry(Entry aEntry, SearchCriteria aSearch)
           
 Entry UserRegistration.extractAndStoreData(Entry aEntry)
           
 Entry UserDeletion.extractAndStoreData(Entry aEntry)
           
 Entry UserAccess.extractAndStoreData(Entry aEntry)
           
 Entry IDominoAction.extractAndStoreData(Entry aEntry)
          This method extracts and stores data.
 void DominoUsersConnector.modEntry(Entry aEntry, SearchCriteria aSearch)
           
 boolean UserRegistration.mustPerform(Entry aEntry)
           
 boolean UserDeletion.mustPerform(Entry aEntry)
           
 boolean UserAccess.mustPerform(Entry aEntry)
           
 boolean IDominoAction.mustPerform(Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
protected  boolean DominoUsersConnector.mustPerformDominoAction(IDominoAction aDominoAction, Entry aEntry)
           
 void DominoUsersConnector.putEntry(Entry aEntry)
           
protected  void DominoUsersConnector.resetAndExtractData(IDominoAction aDominoAction, Entry aEntry)
           
 

Uses of Entry in com.ibm.di.connector.gla
 

Methods in com.ibm.di.connector.gla that return Entry
 Entry GLAConnector.getNextEntry()
          This method gets the next CBE object from the queue and creates an Entry.
 

Uses of Entry in com.ibm.di.connector.NT4UserMetaDataConnector
 

Methods in com.ibm.di.connector.NT4UserMetaDataConnector that return Entry
 Entry NT4UserMetaDataConnector.findEntry(SearchCriteria aRscSearchCriteria)
          Retrieves a single entry object matching the given search criteria parameter.
 Entry NT4UserMetaDataConnector.getNextEntry()
          Retrieves the next entry from the connector's containers.
 

Methods in com.ibm.di.connector.NT4UserMetaDataConnector with parameters of type Entry
protected  void GroupInfo.copyDataFromGroupEntry(Entry aGroupEntry)
          Copies data from a group entry.
protected  void UserInfo.copyDataFromUserEntry(Entry aUserEntry)
          Copies data from a user entry.
protected static void InfoUtil.createAndAddEntryAttribute(Entry aEntry, String aAttrName, Object aAttrValue)
          Creates and adds attribute to the given Entry object.
protected static void UserInfo.createAndAddUserBasicAttributes(Entry aUserEntry, UserInfo aUserInfo)
          Creates and adds basic Windows user's attributes to the given Entry object.
protected static void UserInfo.createAndAddUserGlobalGroupAttribute(Entry aUserEntry, Vector aGroupNames)
          Creates and adds user's GlobalGroup attribute to the given Entry object.
protected static void UserInfo.createAndAddUserLocalGroupAttribute(Entry aUserEntry, Vector aGroupNames)
          Creates and adds user's LocalGroup attribute to the given Entry object.
 void NT4UserMetaDataConnector.deleteEntry(Entry aEntry, SearchCriteria aRscSearchCriteria)
          Deletes given entry (user or group) from Windows security database.
protected static Boolean InfoUtil.getBooleanEntryAttributeValue(Entry aEntry, String aAttrName)
          Retrieves the specified Attribute's value as a Boolean object.
protected static byte[] InfoUtil.getByteArrayEntryAttributeValue(Entry aEntry, String aAttrName)
          Retrieves the specified Attribute's value as a byte array object.
protected static Date InfoUtil.getDateEntryAttributeValue(Entry aEntry, String aAttrName)
          Retrieves the specified Attribute's value as a java.util.Date object.
protected static Integer InfoUtil.getIntegerEntryAttributeValue(Entry aEntry, String aAttrName)
          Retrieves the specified Attribute's value as an Integer object.
protected static Long InfoUtil.getLongEntryAttributeValue(Entry aEntry, String aAttrName)
          Retrieves the specified Attribute's value as a Long object.
protected static String InfoUtil.getStringEntryAttributeValue(Entry aEntry, String aAttrName)
          Retrieves the specified Attribute's value as a String object.
 void NT4UserMetaDataConnector.modEntry(Entry aEntry, SearchCriteria aRscSearchCriteria)
          Modifies in Windows database the entry identified by the aRscSearchCriteria parameter with the data given in the aEntry parameter.
protected static void GroupInfo.populateGroupEntryAttributes(Entry aGroupEntry, GroupInfo aGroupInfo, Vector aUserNames, Vector aGroupNames)
          Given a group attributes' values creates and adds those attributes to the given entry.
 void NT4UserMetaDataConnector.putEntry(Entry aEntry)
          Inserts given entry (user or group) into Windows security database.
 

Constructors in com.ibm.di.connector.NT4UserMetaDataConnector with parameters of type Entry
GroupInfo(Entry aGroupEntry)
          Constructs the GroupInfo object and populates its members with Group data from the given Entry parameter.
UserInfo(Entry aUserEntry)
          Constructs the UserInfo object and populates its members with User data from the given Entry parameter.
 

Uses of Entry in com.ibm.di.connector.sapr3.aleidoc
 

Methods in com.ibm.di.connector.sapr3.aleidoc that return Entry
 Entry SapALEIDocConnector.getNextEntry()
          Returns a TDI entry that represents either an SAP client IDoc or RFM request.
protected  Entry SapIDocServerImpl.writeIDocToTDIEntry(String tid, com.sap.mw.idoc.IDoc.Document jcoIDoc)
          Processes a particular IDoc for a particular SAP client transaction.
protected  Entry SapIDocServerImpl.writeRFMToTDIEntry(String tid, com.sap.mw.jco.JCO.Function function)
          Processes a particular RFM for a particular SAP client transaction.
 

Methods in com.ibm.di.connector.sapr3.aleidoc with parameters of type Entry
 void SapALEIDocConnector.replyEntry(Entry requestResult)
          This method is to called for Server modes.
 

Uses of Entry in com.ibm.di.connector.sapr3.bor
 

Methods in com.ibm.di.connector.sapr3.bor that return Entry
 Entry SapR3BorConnector.findEntry(SearchCriteria search)
          Called by TDI AL to find an existing BOR object instance and associated attributes in SAP R/3.
 Entry SapR3BorConnector.getNextEntry()
          This method is called to retrieve the next entry from the connector.
 

Methods in com.ibm.di.connector.sapr3.bor with parameters of type Entry
 void SapR3BorConnector.deleteEntry(Entry entry, SearchCriteria search)
          Called by TDI AL to remove an existing user and associated attributes from SAP R/3
 void SapR3BorConnector.modEntry(Entry entry, SearchCriteria search)
          Called by TDI AL to update an existing user and associated attributes in SAP R/3
 void SapR3BorConnector.putEntry(Entry entry)
          Called by TDI AL to add a new entry and associated attributes to SAP R/3.
 

Uses of Entry in com.ibm.di.connector.sapr3.user
 

Methods in com.ibm.di.connector.sapr3.user that return Entry
 Entry UserRegistryConnector.findEntry(SearchCriteria search)
          Called by ITDI AL to find an existing user and associated attributes in SAP R/3.
 Entry UserRegistryConnector.getNextEntry()
          This method is called to retrieve the next entry from the connector.
 

Methods in com.ibm.di.connector.sapr3.user with parameters of type Entry
 void UserRegistryConnector.deleteEntry(Entry entry, SearchCriteria search)
          Called by ITDI AL to remove an existing user and associated attributes from SAP R/3.
 void UserRegistryConnector.modEntry(Entry entry, SearchCriteria search)
          Called by ITDI AL to update an existing user and associated attributes in SAP R/3.
 void UserRegistryConnector.putEntry(Entry entry)
          Called by ITDI AL to add a new user and associated attributes to SAP R/3.
 

Uses of Entry in com.ibm.di.connector.tam
 

Methods in com.ibm.di.connector.tam that return Entry
 Entry TAMConnector.findEntry(SearchCriteria searchcriteria)
          Using the provided search criteria and based on the configured Entry Type, attempts to find the object in TAM.
 Entry User.getAttributes()
          Constructs an Entry object from the user details.
 Entry SSOResourceGroup.getAttributes()
          Return an Entry object with the SSO Resource Group attributes
 Entry SSOResource.getAttributes()
          Return the attributes in the form of an Entry object
 Entry SSOCredentials.getAttributes()
          Returns the Credential data in the form of an Entry object
 Entry Policy.getAttributes()
          Returns the Policy details in the form of an Entry object
 Entry Group.getAttributes()
          Returns the Group details in an Entry object
 Entry Domain.getAttributes()
          Returns the Domain in the form of an Entry object
 Entry TAMConnector.getNextEntry()
          Using the list of the configured Entry Type, returns the next available entry on the list.
 

Methods in com.ibm.di.connector.tam with parameters of type Entry
protected  void CommonBase.createAndAddEntryAttribute(Entry entry, String attributeName, Object value)
          Create and add attribute to an entry object.
 void TAMConnector.deleteEntry(Entry entry, SearchCriteria searchcriteria)
          Using the provided entry and based on the configured Entry Type, attempts to delete the specified object in TAM.
protected  Boolean CommonBase.getBooleanEntryAttributeValue(Entry entry, String s)
          Retrieve an attribute from the entry object as a Boolean.
protected  byte[] CommonBase.getByteArrayEntryAttributeValue(Entry entry, String s)
          Retrieve an attribute from the entry object as a byte array.
protected  Date CommonBase.getDateEntryAttributeValue(Entry entry, String s)
          Retrieve an attribute from the entry object as a Date.
protected  Integer CommonBase.getIntegerEntryAttributeValue(Entry entry, String s)
          Retrieve an attribute from the entry object as an integer.
protected  Long CommonBase.getLongEntryAttributeValue(Entry entry, String s)
          Retrieve an attribute from the entry object as a Long.
protected  String CommonBase.getStringEntryAttributeValue(Entry entry, String s)
          Retrieve an attribute from the entry object as a string.
 void TAMConnector.modEntry(Entry changes, SearchCriteria searchcriteria, Entry old)
          Using the provided entry and based on the configured Entry Type, attempts to modify the specified object in TAM.
 void User.modify(Entry changes)
          Modify a user entry.
 void Group.modify(Entry changes)
          Modify a Group
protected  void CommonBase.printEntry(Entry entry)
           
 void TAMConnector.putEntry(Entry entry)
          Using the provided entry and based on the configured Entry Type, attempts to create the specified object in TAM.
 void SSOResourceGroup.set(Entry entry)
           
 void SSOCredentials.set(Entry entry)
          Sets the object from the TDI entry object
 void Policy.set(Entry entry)
          Set the object with the Entry data
 void Domain.set(Entry entry)
          Set the object attributes from the TDI entry object
 

Constructors in com.ibm.di.connector.tam with parameters of type Entry
Domain(Entry entry, com.tivoli.pd.jutil.PDContext context, String adminLogin, String adminPassword, Log log)
          Domain Constructor
Group(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor for Group.
Policy(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Policy Constructor
SSOCredentials(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOCredentials Constructor
SSOResource(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSO Resource Constructor
SSOResourceGroup(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          SSOResourceGroup Constructor
User(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
          Constructor used to instantiate a User from the Entry object.
 

Uses of Entry in com.ibm.di.connector.WSReceiverServerConnector
 

Methods in com.ibm.di.connector.WSReceiverServerConnector that return Entry
 Entry WSReceiverServerConnector.getNextEntry()
           
 

Methods in com.ibm.di.connector.WSReceiverServerConnector with parameters of type Entry
 void WSReceiverServerConnector.replyEntry(Entry conn)
           
 

Uses of Entry in com.ibm.di.entry
 

Methods in com.ibm.di.entry that return Entry
 Entry Entry.clone(Entry entry)
          Returns an Entry object which is a clone of the Entry parameter.
static Entry DeltaEntry.compareEntries(Entry source, Entry target, boolean unchanged, int level, String key)
          This method returns an Entry that contains the delta changes needed to make target equal to source.
static Entry DeltaEntry.getDeltaEntry(Entry source, Entry target)
          This method is a convenience method that calls compareEntries(source, target, false, COMPARE_ATTRIBUTE_VALUES, null).
 

Methods in com.ibm.di.entry with parameters of type Entry
static void DeltaEntry.applyDelta(Entry target, Entry delta)
          Forwards the call to applyDelta(target, delta, false).
static void DeltaEntry.applyDelta(Entry target, Entry delta, boolean removeUnchanged)
          This method applies the delta operations specified in delta to the target entry.
 Entry Entry.clone(Entry entry)
          Returns an Entry object which is a clone of the Entry parameter.
static Entry DeltaEntry.compareEntries(Entry source, Entry target, boolean unchanged, int level, String key)
          This method returns an Entry that contains the delta changes needed to make target equal to source.
static Entry DeltaEntry.getDeltaEntry(Entry source, Entry target)
          This method is a convenience method that calls compareEntries(source, target, false, COMPARE_ATTRIBUTE_VALUES, null).
 boolean EntryFilter.match(Entry entry)
           
 boolean EntryFilter.EntryFilterExpression.match(Entry e)
           
 boolean EntryFilter.matchFilter(int p1, Entry p2)
           
 boolean EntryFilter.matchScript(Object script, Entry e)
           
 void Entry.merge(Entry e)
          Convenience method that calls merge ( e, false ).
 void Entry.merge(Entry e, boolean mergevalues)
          Merges in the attributes and their values from another entry.
 

Uses of Entry in com.ibm.di.eventhandler
 

Methods in com.ibm.di.eventhandler that return Entry
 Entry HTTPSwitchboard.getResult()
           
 Entry DSMLv2EventHandler.getResult()
          Retrieves result entry
 Entry ExchangeLDAPSwitchboard.getUsnValues()
          Returns an Entry object containing the current USN synchronization values.
 Entry ADLDAPSwitchboard.getUsnValues()
          Returns an Entry object containing the current USN synchronization values.
 Entry HTTPSwitchboard.getWork()
           
 Entry DSMLv2EventHandler.getWork()
          Retrieves work entry
 Entry SwitchboardInterceptor.interceptorEvent(Switchboard source, int operation, Entry event)
          Called by the EventHandler on receipt of an event
 

Methods in com.ibm.di.eventhandler with parameters of type Entry
 void SNMPEventHandler.addEventParams(Entry entry, com.tivoli.snmp.SnmpPDU pdu)
           
 void TCPSwitchboard.addEventProperties(Entry entry)
           
 void LDAPSwitchboard.addEventProperties(Entry entry)
           
protected  void ExchangeLDAPSwitchboard.addEventProperties(Entry aEntry)
          Adds properties to the event object delivered by the EventHandler.
 void ConnectorSwitchboard.addEventProperties(Entry entry)
           
protected  void ADLDAPSwitchboard.addEventProperties(Entry aEntry)
          Adds properties to the event object delivered by the EventHandler.
 Exception LDAPServerEventHandler.addSearchResultEntry(Entry entry)
          Sends a search result entry to the LDAP client in response to a search request.
 void SNMPEventHandler.addVarBind(Entry entry, com.tivoli.snmp.SnmpPDU pdu)
          Add the varbind list to the entry attributes
 void SwitchboardAction.applyParser(int action, Entry entry, EventHandlerActionItemConfig config)
           
 boolean DSMLv2EventHandler.dispatchEvent(Entry aEntry)
          Dispatch incoming DSMLv2 event
protected  boolean Switchboard.dispatchEvent(Entry entry)
           
 void Switchboard.dumpEntry(Entry entry)
           
 void SwitchboardAction.execAssemblyLine(Entry entry, EventHandlerActionItemConfig config)
           
 void SwitchboardAction.execEventHandler(Entry entry, EventHandlerActionItemConfig config)
           
 void SwitchboardAction.execScript(Entry entry, EventHandlerActionItemConfig config)
           
 void SwitchboardAction.execSetDelValue(int action, Entry entry, EventHandlerActionItemConfig config)
           
 void SwitchboardAction.execute(Entry entry)
           
 Object SwitchboardAction.executeAction(Entry entry, EventHandlerActionItemConfig actionMap)
           
 void SwitchboardAction.executeErrorHandler(Entry entry, Exception err)
           
 void SNMPEventHandler.getEventParams(Entry entry, com.tivoli.snmp.SnmpPDU pdu)
           
 Object SwitchboardAction.getParserInputStream(Entry entry, Object obj)
           
 Object SwitchboardAction.getParserOutputStream(Entry entry, String obj)
           
 void ConnectorSwitchboard.handleEvent(Entry entry)
           
 Entry SwitchboardInterceptor.interceptorEvent(Switchboard source, int operation, Entry event)
          Called by the EventHandler on receipt of an event
 boolean SwitchboardAction.match(Entry entry)
           
protected  void DSMLv2EventHandler.runEpilog(Entry aEventEntry)
          Runs epilog script of Dsmlv2 EventHandler
protected  void DSMLv2EventHandler.runProlog(Entry aEventEntry)
          Runs prolog script of Dsmlv2 EventHandler
 void ExchangeLDAPSwitchboard.setUsnValues(Entry aUsnEntry)
          Sets the current USN synchronization values to the values specified in the "aUsnEntry" parameter.
 void ADLDAPSwitchboard.setUsnValues(Entry aUsnEntry)
          Sets the current USN synchronization values to the values specified in the "aUsnEntry" parameter.
 

Uses of Entry in com.ibm.di.eventhandler.ldap
 

Methods in com.ibm.di.eventhandler.ldap that return Entry
 Entry LDAPControl.getControlValueEntry()
          This method parses the control value into an entry object if the control is known to this class.
 Entry LDAPMessage.getEntry()
          Returns the normalized Entry object that represents the LDAP message
 

Methods in com.ibm.di.eventhandler.ldap with parameters of type Entry
 void LDAPControl.setControlValueEntry(Entry entry)
          This method converts the entry object to the control value sequence required by the control type.
 

Constructors in com.ibm.di.eventhandler.ldap with parameters of type Entry
AbandonRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
AddRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
BindRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
CompareRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
DeleteRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
ExtendedRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
ModifyDNRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
ModifyRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
SearchRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
SearchResultEntry(Entry entry, String charset)
           
UnbindRequest(ByteBuffer buffer, Entry entry, String charset, Vector binattrs)
           
 

Uses of Entry in com.ibm.di.fc
 

Methods in com.ibm.di.fc that return Entry
 Entry ParserFC.readEntry(Object param)
          Returns the entry from the parser read operation
 

Methods in com.ibm.di.fc with parameters of type Entry
 Object AssemblyLineFC.performOperation(Object work, String operation, Entry opentry)
           
 

Uses of Entry in com.ibm.di.fc.castorbind
 

Methods in com.ibm.di.fc.castorbind that return Entry
 Entry CastorJavaToXML.marshal(Entry aEntry, String aMappingFile, String aRootElementName, boolean aUseAttrNames)
          This method is called when the CastorJavaToXML FC is passed an Entry object.
 Entry CastorXMLToJava.unmarshal(Entry aEntry, String aMappingFile, List aAttributeList)
          This method is called when the CastorXMLToJava FC is passed an Entry object.
 

Methods in com.ibm.di.fc.castorbind with parameters of type Entry
 Entry CastorJavaToXML.marshal(Entry aEntry, String aMappingFile, String aRootElementName, boolean aUseAttrNames)
          This method is called when the CastorJavaToXML FC is passed an Entry object.
 Entry CastorXMLToJava.unmarshal(Entry aEntry, String aMappingFile, List aAttributeList)
          This method is called when the CastorXMLToJava FC is passed an Entry object.
 

Uses of Entry in com.ibm.di.fc.cbe
 

Methods in com.ibm.di.fc.cbe with parameters of type Entry
static void CBEGeneratorFC.mapCbeToEntry(org.eclipse.hyades.logging.events.cbe.CommonBaseEvent aCbe, Entry aEntry)
          Maps the fields of a Common Base Event object into the attributes of a TDI Entry.
 

Constructors in com.ibm.di.fc.cbe with parameters of type Entry
CBESituationCreator(Entry p_entry)
           
 

Uses of Entry in com.ibm.di.fc.remotecmdlnfc
 

Methods in com.ibm.di.fc.remotecmdlnfc that return Entry
 Entry RemoteCmdLineExecutor.executeCommand(String cmdToExecute)
          Execute the command on the target machine.
 Entry CmdLineExecutor.executeCommand(String cmd)
          Execute the command on the target machine.
 Entry RemoteCmdLineExecutor.executeCommand(String cmdToExecute, String[] args, String argDelimiter)
          Execute the command on the target machine.
 Entry CmdLineExecutor.executeCommand(String cmd, String[] args, String argDelimiter)
          Execute the command on the target machine.
protected  Entry AS400Connection.getEntryResponse(com.ibm.tivoli.remoteaccess.ProgramOutput p)
          Transform the ProgramOutput into an Entry object containing the results
 Entry AS400Connection.runAS400Program(String c, String[] args, String delim)
          Run the specified command on the target machine
 Entry ConnectionImpl.runCommand(String c)
          Run the specified command on the target machine
 Entry Connection.runCommand(String cmd)
          Execute the command on the target
 

Methods in com.ibm.di.fc.remotecmdlnfc with parameters of type Entry
 void LogProxyImpl.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry.
 void LogProxy.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry.
 

Uses of Entry in com.ibm.di.fc.rxaunittests
 

Methods in com.ibm.di.fc.rxaunittests that return Entry
 Entry QA_ITDIGuiSimulator.perform()
           
 

Methods in com.ibm.di.fc.rxaunittests with parameters of type Entry
 void QA_LogProxyImpl.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry.
 

Constructors in com.ibm.di.fc.rxaunittests with parameters of type Entry
QA_ITDIGuiSimulator(Properties p1, Entry p2, boolean debug)
           
 

Uses of Entry in com.ibm.di.function
 

Methods in com.ibm.di.function that return Entry
 Entry UserFunctions.httpGet(String url)
          Posts file to a web server.
 Entry UserFunctions.httpPost(String url, Object file)
           
 Entry UserFunctions.httpRequest(String method, String contentType, String url, Object file)
           
 Entry UserFunctions.newEntry()
          Creates a new Entry object.
 Entry GSM07_05.parseEntry(String str)
           
 Entry UserFunctions.parseObject(String parser, Object data)
          Use a parser to interpret data.
 

Methods in com.ibm.di.function with parameters of type Entry
 void UserFunctions.dumpEntry(Entry e)
          Dumps an entry to the console log.
 String UserFunctions.entry2LDIF(Entry e)
          Converts an Entry object to an LDIF string.
 

Uses of Entry in com.ibm.di.parser
 

Methods in com.ibm.di.parser that return Entry
 Entry XSLbasedXMLParser.getCheckpointInformation()
          Returns the state information for the parser.
 Entry XMLParser.getCheckpointInformation()
          Returns the state information for the parser.
 Entry SOAPParser.parseRequest(Object request)
           
 Entry DSMLParser.parseRequest(Object request)
           
 Entry XSLbasedXMLParser.readEntry()
          Constructs the next entry from the data structure read in initially.
 Entry XMLSaxParser.readEntry()
          readEntry() uses the queue object to check for new entries provided by the xml-parser thread.
 Entry XMLParser.readEntry()
          Constructs the next entry from the data structure read in initially.
 Entry SPMLv2Parser.readEntry()
          Reads a request or response from a batch message
 Entry SOAPParser.readEntry()
           
 Entry SimpleParser.readEntry()
          Reads the next entry from the input stream.
 Entry ScriptParser.readEntry()
           
 Entry LineReader.readEntry()
           
 Entry LDIFParser.readEntry()
          This is the main entry point for reading entries
 Entry HTTPParser.readEntry()
           
 Entry FixedRecordParser.readEntry()
           
 Entry Dsmlv2Parser.readEntry()
          Reads a request or response from BatchMessage.
 Entry DSMLParser.readEntry()
           
 Entry CSVParser.readEntry()
           
 Entry ParserInterface.readEntry()
          Return the next entry from the current input stream
 

Methods in com.ibm.di.parser with parameters of type Entry
 String[] HTTPParser.getNames(Entry e)
           
 Object HTTPParser.getProp(Entry e, String prop)
           
static com.ibm.ldap.dsml.LdapResult Dsmlv2Parser.getSearchResultDoneFromEntry(Entry aEntry)
          Retrieves search result done
static com.ibm.ldap.dsml.SearchResultEntry Dsmlv2Parser.getSearchResultEntry(Entry aEntry)
          Retrieves single search result only
 String SOAPParser.getXML(Entry e)
           
 void HTTPParser.parseAuthentication(Entry entry)
           
 void XSLbasedXMLParser.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies of a restart situation.
 void XMLParser.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies of a restart situation.
 void HTTPParser.sendAuthorization(Entry entry, BufferedWriter out)
          Send client authorization
 void HTTPParser.setProp(Entry e, String prop, Object value)
           
 void XSLbasedXMLParser.writeEntry(Entry entry)
           
 void XMLSaxParser.writeEntry(Entry entry)
          Not supported
 void XMLParser.writeEntry(Entry entry)
           
 void SPMLv2Parser.writeEntry(Entry aEntry)
          Writes down a request or response to a batch message
 void SOAPParser.writeEntry(Entry entry)
           
 void SimpleParser.writeEntry(Entry entry)
           
 void ScriptParser.writeEntry(Entry entry)
           
 void LineReader.writeEntry(Entry entry)
           
 void LDIFParser.writeEntry(Entry entry)
           
 void HTTPParser.writeEntry(Entry entry)
           
 void FixedRecordParser.writeEntry(Entry e)
           
 void Dsmlv2Parser.writeEntry(Entry aEntry)
          Writes a request or response to the batch message.
 void DSMLParser.writeEntry(Entry entry)
           
 void CSVParser.writeEntry(Entry entry)
           
 void ParserInterface.writeEntry(Entry entry)
          Write an entry to the current output stream
 

Uses of Entry in com.ibm.di.server
 

Subclasses of Entry in com.ibm.di.server
 class TaskCallBlock
          The TaskCallBlock (TCB) is used by a caller to set a number of parameters for an AssemblyLine.
 

Methods in com.ibm.di.server that return Entry
static Entry Compare.applyMods(Entry source, ArrayList mods)
           
 Entry TaskCallBlock.buildInitialWorkEntry()
          Constructs a new initial work entry if there are an input parameter specification in the assemblyline.
 Entry TaskCallBlock.buildResultEntry()
          Builds the result object based on AL's result object and the output parameter specification.
 Entry TaskCallBlock.buildTCBEntry(Entry input, boolean inputMap)
          Constructs a new Entry based on the parameter descriptors in params and source attributes in input entry.
 Entry AssemblyLine.executeCycle()
          This method call executeCycle with a null initial work and processTCB set to true.
 Entry AssemblyLine.executeCycle(Entry workEntry)
          This method call executeCycle with the provided work entry and processTCB set to true.
 Entry AssemblyLine.executeCycle(Entry workEntry, boolean processTCB)
          This method is called by scripts and other classes that run the assemblyline in its own context.
 Entry AssemblyLinePool.executeEvent(Thread source, Entry event)
          Called by a thread to execute a cycle in the AssemblyLine
 Entry AssemblyLinePool.executeEvent(Thread source, Entry event, boolean processTCB)
           
 Entry TaskCallBlock.getALSettings()
          Returns the Entry containing the user specified AL settings.
 Entry CheckpointRestartInterface.getCheckpointInformation()
          Returns the state information for the connector.
 Entry TaskCallBlock.getConnectorParameters()
           
 Entry TaskCallBlock.getConnectorParameters(String connectorName)
          Returns the parameters Entry for a specific connector.
 Entry AssemblyLineComponent.getCurrent()
          Gets the current attribute of the AssemblyLineComponent object
 Entry SearchCriteria.getCurrentEntry()
          Return the working entry used to generate the criteria array from the templates array.
 Entry TaskStatistics.getEntry()
           
 Entry AssemblyLineComponent.getFirstDuplicateEntry()
          Gets the first Duplicate Entry from the ConnectorInterface.
 Entry TaskCallBlock.getInitialWorkEntry()
          Returns the initial work entry provided by caller
 Entry TaskCallBlock.getInputParameters()
          Returns the input parameter entry (from the AssemblyLine specification)
 Entry AssemblyLineComponent.getLastEntry()
          This method returns the last entry read and mapped.
 Entry AssemblyLineComponent.getLastReadEntry()
          This method returns the last entry read from the connector.
 Entry DeltaTaskComponent.getnext()
           
 Entry CSDeltaTaskComponent.getnext()
           
 Entry AssemblyLineComponent.getnext()
          The method returns the next entry from the connector.
 Entry DeltaTaskComponent.getnext(Entry work)
           
 Entry CSDeltaTaskComponent.getnext(Entry work)
           
 Entry AssemblyLineComponent.getnext(Entry work)
          The method returns the next entry from the connector.
 Entry AssemblyLineComponent.getNextDuplicateEntry()
          Gets the next Duplicate Entry from the ConnectorInterface.
 Entry LoopComponent.getNextEntry(Entry meta)
          Returns the next Entry if this is a Connector loop
 Entry AssemblyLine.getOpEntry()
          Returns the operational entry
 Entry TaskCallBlock.getOperationInitParams()
          Returns the operation init parameters
 Entry TaskCallBlock.getOutputParameters()
           
 Entry CSDeltaTaskComponent.getRestartInfoEntry()
          This method returns the connector's restart info entry.
 Entry AssemblyLineComponent.getRestartInfoEntry()
          This method returns the connector's restart info entry.
 Entry TaskInterface.getResult()
           
 Entry AssemblyLine.getResult()
          This method returns the result entry object.
 Entry TaskCallBlock.getResultEntry()
          Returns the result entry provided by the caller
 Entry AssemblyLine.getUserCheckpoint()
          This method returns the user entry from the checkpoint store.
 Entry TaskInterface.getWork()
           
 Entry AssemblyLine.getWork()
          This method returns the initial work entry object.
 Entry AssemblyLineComponent.lookup(Entry meta)
          The method is called to lookup an entry using the configured Link Criteria.
 Entry AssemblyLineComponent.lookup(String attribute, String value)
          The method is called to lookup an entry using exact matching for attribute and value.
 Entry AttributeMapping.mapAttribute(String attr)
           
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry)
           
 Entry AssemblyLineComponent.mapEntry(Entry work, Entry conn)
          The method is called to map an entry using the configured input attribute map.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry, boolean mergeValues)
          Map one entry into another using the loaded attribute Mapping
 Entry DeltaTaskComponent.nextDeletedEntry(Entry work)
          Return the next deleted entry
 Entry CSDeltaTaskComponent.nextDeletedEntry(Entry work)
          Return the next deleted entry
 

Methods in com.ibm.di.server with parameters of type Entry
 void TaskCallBlock.accumulateEntry(Entry work)
          Adds an entry to the accumulator object (if any configured).
 void SwitchComponent.add(Entry meta)
          This method does nothing
 void ScriptComponent.add(Entry meta)
          This method executes the script.
 void LoopComponent.add(Entry meta)
          If necessary, move a value from the stored Attribute values to the work Entry
 void EndLoopComponent.add(Entry meta)
          Tells the AssemblyLine to go back to the start of the loop
 void EndBranchComponent.add(Entry meta)
          This method is called by the hosting AssemblyLine.
 void BranchingComponent.add(Entry meta)
          Do nothing in the add method
 void AttributeMapComponent.add(Entry meta)
          Does the attribute mapping in every cycle
 void AssemblyLineComponent.add(Entry meta)
          This method implements the AddOnly mode operation.
 void ScriptComponent.add1(Entry meta)
          This method executes the script.
 void BranchingComponent.add1(Entry meta)
          This method executes the script.
static Entry Compare.applyMods(Entry source, ArrayList mods)
           
 void SearchCriteria.buildCriteria(Entry e)
          Build the criteria array using provided entry.
 void SearchCriteria.buildCriteria(Entry e, BaseConfiguration config, Object task)
           
 void SearchCriteria.buildCriteriaScript(Entry entry)
          Call user defined script to build the search filter.
 Entry TaskCallBlock.buildTCBEntry(Entry input, boolean inputMap)
          Constructs a new Entry based on the parameter descriptors in params and source attributes in input entry.
 void FunctionComponent.callreply(Entry meta)
          This method implements the CallReply mode operation.
 void AssemblyLineComponent.callreply(Entry meta)
          This method implements the CallReply mode operation.
 void LoopComponent.checkConnectorInit(Entry work)
          Check what to do with our connector when we enter the loop.
 void LoopComponent.checkLoopAttribute(Entry work)
          Copy values from work entry attribute
 boolean BranchingComponent.checkWillExecute(Entry work)
          Evaluates the expression in this branch
 ArrayList Compare.compareEntries(Entry a, Entry b)
           
 void AssemblyLineComponent.delete(Entry meta)
          This method implements the Delete mode operation.
 void AssemblyLineComponent.deleteEntry(Entry meta)
          This method calls the delete method.
 void AssemblyLineComponent.delta(Entry meta)
          This method implements the Delta mode operation.
 void RSInterface.dumpEntry(Entry e)
          Dumps the contents of an Entry to the log file.
 void RS.dumpEntry(Entry e)
          This methods dumps the contents of an Entry to the log file.
 void Log.dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry
 void AssemblyLineComponent.dumpEntry(Entry meta)
          Deprecated. replaced byAssemblyLineComponent.add(Entry)
 void AssemblyLine.dumpEntry(Entry entry)
          Prints the contents of an entry to the logfile.
protected  void AssemblyLineComponent.dumpObjects(Entry conn, Entry work, Entry current)
           
 boolean BranchingComponent.evaluateCondition(Entry work, BranchCondition c, int index)
          Returns the result of a single condition
 boolean BranchingComponent.evaluateConditions(Entry work)
          Returns the result of the test conditions
 Entry AssemblyLine.executeCycle(Entry workEntry)
          This method call executeCycle with the provided work entry and processTCB set to true.
 Entry AssemblyLine.executeCycle(Entry workEntry, boolean processTCB)
          This method is called by scripts and other classes that run the assemblyline in its own context.
 Entry AssemblyLinePool.executeEvent(Thread source, Entry event)
          Called by a thread to execute a cycle in the AssemblyLine
 Entry AssemblyLinePool.executeEvent(Thread source, Entry event, boolean processTCB)
           
 Entry DeltaTaskComponent.getnext(Entry work)
           
 Entry CSDeltaTaskComponent.getnext(Entry work)
           
 Entry AssemblyLineComponent.getnext(Entry work)
          The method returns the next entry from the connector.
 Entry LoopComponent.getNextEntry(Entry meta)
          Returns the next Entry if this is a Connector loop
 void EndLoopComponent.handleException(String oper, Throwable e, Entry meta)
          Handles Exceptions by rethrowing them
 void EndBranchComponent.handleException(String oper, Throwable e, Entry meta)
          Any errors during execution of add() ends up here.
 void AttributeMapComponent.handleException(String oper, Throwable e, Entry meta)
          Handles any Exception.
 void AssemblyLineComponent.handleException(String aOper, Throwable e, Entry meta)
          This method is called by the AssemblyLine.
 void AssemblyLineComponent.handleSuccess(String oper, Entry meta)
          This method is called by the AssemblyLine if the operation oper is successful.
 Entry AssemblyLineComponent.lookup(Entry meta)
          The method is called to lookup an entry using the configured Link Criteria.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry)
           
 Entry AssemblyLineComponent.mapEntry(Entry work, Entry conn)
          The method is called to map an entry using the configured input attribute map.
 Entry AttributeMapping.mapEntry(Entry source, Entry newEntry, boolean mergeValues)
          Map one entry into another using the loaded attribute Mapping
 boolean CSDeltaTaskComponent.markEntryInDeltaStore(Entry work)
          Marks an Entry in the Delta Store.
 void AssemblyLineComponent.modify(Entry old, Entry meta)
          This method implements the Modify operation (called by Update if the entry exists)
 Entry DeltaTaskComponent.nextDeletedEntry(Entry work)
          Return the next deleted entry
 Entry CSDeltaTaskComponent.nextDeletedEntry(Entry work)
          Return the next deleted entry
 void CheckpointRestartInterface.prepareForRestart(ALState state, Entry restartInfo, int restartPoint)
          Notifies the connector of a restart situation.
 void AssemblyLineComponent.pushback(Entry entry)
          This method pushes an entry back to the connector.
 void ReplyChannelComponent.reply(Entry meta)
          This method implements the AddOnly mode operation.
 void AssemblyLineComponent.reply(Entry meta)
          This method is used to send a reply entry to a connector
 void LoopComponent.setConnectorParams(Entry work)
          Executes the attribute map for the connector params
 boolean AssemblyLineComponent.setCriteria(SearchCriteria mySearchCrit, Entry work)
          This method sets the link criteria template for this AssemblyLineComponent, and then expands the template using the given work Entry.
 void AssemblyLineComponent.setCurrent(Entry current)
          Sets the current attribute of the AssemblyLineComponent object
 void TaskCallBlock.setInitialWorkEntry(Entry entry)
          Sets the initial work entry
 void TaskCallBlock.setInputParameters(Entry entry)
          Sets the input parameter entry (from the AssemblyLine specification)
 void TaskCallBlock.setOperationInitParams(Entry params)
          Sets the AL Operation initialize parameters.
 void TaskCallBlock.setOutputParameters(Entry entry)
          Sets the output parameter entry (from the AssemblyLine specification)
 void CSDeltaTaskComponent.setRestartInfoEntry(ALState state, Entry rsi, int restartPoint)
           
 void AssemblyLineComponent.setRestartInfoEntry(ALState state, Entry rsi, int restartPoint)
           
 void TaskCallBlock.setResultEntry(Entry entry)
           
 void TaskStatistics.setStats(Entry e)
           
 Exception AssemblyLine.setUserCheckpoint(Entry cp)
          This method writes the user entry to the checkpoint store.
 void AssemblyLine.setWork(Entry entry)
          This method sets the initial work entry object.
 AssemblyLine RSInterface.startAL(String assemblyLine, Connector connector, Entry work)
          Start the AssemblyLine given by the parameter.
 AssemblyLine RS.startAL(String assemblyLine, Connector connector, Entry work)
          Start named AssemblyLine providing an initial work entry and a connector
 AssemblyLinePool.ALWorker AssemblyLinePool.startThread(String name, Entry workEntry)
          Starts a new thread with the provided work entry.
 boolean ScriptComponent.trigger(String oper, Entry work)
           
 boolean ReplyChannelComponent.trigger(String oper, Entry work)
          Calls the hook named oper, declaring work as the corresponding bean.
 boolean EndLoopComponent.trigger(String oper, Entry work)
          Calls Hooks.
 boolean EndBranchComponent.trigger(String oper, Entry work)
          NOOP.
 boolean BranchingComponent.trigger(String oper, Entry work)
           
 boolean AttributeMapComponent.trigger(String oper, Entry work)
          Performs any hook.
 boolean AssemblyLineComponent.trigger(String oper, Entry work)
          Calls the hook named oper, declaring work as the corresponding bean.
 boolean ScriptComponent.trigger(String oper, Entry work, Entry conn)
           
 boolean ReplyChannelComponent.trigger(String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
 boolean EndLoopComponent.trigger(String oper, Entry work, Entry conn)
          Calls Hooks.
 boolean EndBranchComponent.trigger(String oper, Entry work, Entry conn)
          NOOP.
 boolean BranchingComponent.trigger(String oper, Entry work, Entry conn)
           
 boolean AttributeMapComponent.trigger(String oper, Entry work, Entry conn)
          Performs any hook.
 boolean AssemblyLineComponent.trigger(String oper, Entry work, Entry conn)
          Calls the hook named oper, declaring work and conn as the corresponding beans.
 void AssemblyLineComponent.update(Entry meta)
          This method implements the Update mode operation.
 void AssemblyLineComponent.verifySchema(Entry entry, boolean input)
          Verify contents of an entry according to connector's schema definition
 boolean SwitchComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 boolean ScriptComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 boolean LoopComponent.willExecute(Entry work)
          This method will execute the Loop condition/connector and determine whether there are more loops to do.
 boolean FunctionComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 boolean EndLoopComponent.willExecute(Entry work)
          This method always returns true.
 boolean EndBranchComponent.willExecute(Entry work)
          This method always returns true.
 boolean BranchingComponent.willExecute(Entry work)
          Return true or false, depending on what the expression in the branch evaluates to This method is called by the AssemblyLine.
 boolean AttributeMapComponent.willExecute(Entry work)
          This method always returns true
 boolean AssemblyLineComponent.willExecute(Entry work)
          Return true/false if this component should be executed.
 

Constructors in com.ibm.di.server with parameters of type Entry
AssemblyLinePool.ALWorker(String name, Entry workEntry, AssemblyLinePool pool)
           
TaskCallBlock(Entry old, AssemblyLineConfig alc, TaskInterface task)
          Constructor - Populate object with saved data and current task context.
 

Uses of Entry in com.ibm.di.store
 

Methods in com.ibm.di.store that return Entry
 Entry DeltaStore.findEntry(String key)
           
 Entry DeltaStore.findEntryVerify(String key)
           
 Entry DeltaStore.getNextDeletedEntry(boolean deleteEntry)
          Returns the next deleted Entry.
 Entry DeltaStore.getNextDeletedEntry(boolean deleteEntry, Set keys)
          Returns the next deleted Entry, given a Set of keys for unchanged Entries.
 Entry SandboxStore.getNextEntry()
           
 Entry CheckpointRestart.getRSI(String src)
           
 Entry DeltaStore.getStatistics()
           
 Entry CheckpointRestart.getUserEntry()
           
 Entry CheckpointRestart.getWorkEntry()
           
 

Methods in com.ibm.di.store with parameters of type Entry
 void SandboxStore.addEntry(Entry entry)
           
 void CheckpointRestart.checkpointRSI(String src, Entry rsi)
          Checkpoints the restart-info object
 void CheckpointRestart.checkpointWork(Entry work)
          Checkpoints the work entry
 void DeltaStore.insertEntry(String key, Entry entry)
           
 void CheckpointRestart.setUserEntry(Entry e)
           
 void DeltaStore.updateEntry(String key, Entry entry)
           
 

Uses of Entry in com.ibm.di.systemqueue
 

Methods in com.ibm.di.systemqueue that return Entry
 Entry SystemQueue.getEntry(String aQueueName, int aTimeOut)
          Gets an Entry object from the System Queue
 

Methods in com.ibm.di.systemqueue with parameters of type Entry
 void SystemQueue.putEntry(String aQueueName, Entry aEntry)
          Puts an Entry object to the System Queue
 

Uses of Entry in com.ibm.di.trigger
 

Methods in com.ibm.di.trigger with parameters of type Entry
 void Trigger.dumpEntry(Entry e)
          Dumps the Entry object passed using the trigger's logger.
 

Uses of Entry in com.ibm.di.util
 

Methods in com.ibm.di.util that return Entry
 Entry XMLUtils.XML2Entry(String xml)
           
 

Methods in com.ibm.di.util with parameters of type Entry
 void Base64EntryConverter.base64decode(Entry entry)
          Encode the entry.
 void Base64EntryConverter.base64encode(Entry entry)
          Encode the entry.
 String XMLUtils.entry2XML(Entry e)
           
 String[] Base64EntryConverter.getBinaryAttributeNames(Entry entry)
          Get BASE64 encoding attributes