Uses of Class
com.ados.hestia.parser.rnbm.exchange.Container

Packages that use Container
com.ados.hestia.bridge Provides RMI connection interface to EIS. 
com.ados.hestia.parser.rnbm.exchange Provides Contanier Object. 
com.ados.hestia.sdk.message The message exchanager with Hestia. 
com.ados.hestia.sdk.session The sessions service. 
com.ados.hestia.utils.db Provides API for the work with different Databases. 
 

Uses of Container in com.ados.hestia.bridge
 

Fields in com.ados.hestia.bridge declared as Container
 Container BridgeContainer.m_container
           
 

Methods in com.ados.hestia.bridge that return Container
 Container[] IRMIAccess.getMessages(RMITransaction transaction, String handlerid, int maxmessages)
          Request array of messages that was arrived from partners.
 Container[] Bridge.getMessages(RMITransaction transaction, String handlerid, int maxmessages)
           
 

Methods in com.ados.hestia.bridge with parameters of type Container
 boolean IRMIAccess.putMessages(RMITransaction transaction, String handlerid, Container[] containers)
          Put message to send to partenr.
 boolean Bridge.putMessages(RMITransaction transaction, String handlerid, Container[] containers)
           
 

Constructors in com.ados.hestia.bridge with parameters of type Container
BridgeContainer(Container container)
           
BridgeContainer(Container container, String handlerType)
           
 

Uses of Container in com.ados.hestia.parser.rnbm.exchange
 

Subclasses of Container in com.ados.hestia.parser.rnbm.exchange
 class PayloadContainer
          Exchange RJO object with attachement beetween Hestia and EIS.
 class StatusContainer
          Used to exchange status beetween hestia and EIS.
 

Uses of Container in com.ados.hestia.sdk.message
 

Fields in com.ados.hestia.sdk.message with type parameters of type Container
protected  HashMap<Container,RMITransaction> MessageExchanger.m_transactions
          Keep current rmi transactions.
 

Methods in com.ados.hestia.sdk.message that return Container
 Container MessageExchanger.pullMessage(boolean autocommit)
          Retrieve one available message from Hestia.
 Container[] MessageExchanger.pullMessages(int maxMessages, boolean autocommit)
          Retrieve array of available messages from Hestia.
 

Methods in com.ados.hestia.sdk.message with parameters of type Container
 void MessageExchanger.commit(Container message)
          Commit change.
protected static void MessageUtils.prepareRestoreMessage(Connection connection, Container message, boolean prepare)
          Prepare message for sending or restore after receiving.
 void MessageExchanger.pushMessage(Container message, boolean autocommit)
          Send one message to Hestia
 void MessageExchanger.pushMessages(Container[] messages, boolean autocommit)
          Send array of messages to Hestia.
 void MessageExchanger.rollback(Container message)
          Rollback change.
 

Uses of Container in com.ados.hestia.sdk.session
 

Fields in com.ados.hestia.sdk.session with type parameters of type Container
protected  List<Container> Session.m_history
           
 

Methods in com.ados.hestia.sdk.session that return Container
 Container[] Session.getHistory()
          Returns history of this session.
 

Methods in com.ados.hestia.sdk.session with parameters of type Container
 boolean WaitedContainerDescription.isValidContainer(Container container)
          Returns true if container is valid acoriding current description.
protected  void SessionManager.processArrived(Container container)
          Process specific arrived message.
 

Uses of Container in com.ados.hestia.utils.db
 

Methods in com.ados.hestia.utils.db that return Container
protected  Container KeyProcessor.getContainerFromProcessor(String id)
          Extract Container with specific id from processor.
 

Methods in com.ados.hestia.utils.db with parameters of type Container
protected  IStore KeyProcessor.containerToTempStore(Container container)
          Serialize container to temporary store.
 



Copyright © 2005-2006 ADOS Co.,Ltd.. All Rights Reserved.