Uses of Class
org.openeai.jms.consumer.commands.CommandException

Packages that use CommandException
org.openeai.implementations.applications.testsuite   
org.openeai.implementations.gateways.requestproxy   
org.openeai.implementations.gateways.simple   
org.openeai.implementations.gateways.transroutergateway   
org.openeai.implementations.services.eas.commands   
org.openeai.implementations.services.els.commands   
org.openeai.jms.consumer.commands   
 

Uses of CommandException in org.openeai.implementations.applications.testsuite
 

Methods in org.openeai.implementations.applications.testsuite that throw CommandException
 void SyncVerificationCommand.execute(int messageNumber, javax.jms.Message aMessage)
          This execute implementation extracts the TestId Element from the ControlArea of the message consumed.
 

Uses of CommandException in org.openeai.implementations.gateways.requestproxy
 

Methods in org.openeai.implementations.gateways.requestproxy that throw CommandException
 javax.jms.Message EnterpriseRequestProxyCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
 

Uses of CommandException in org.openeai.implementations.gateways.simple
 

Methods in org.openeai.implementations.gateways.simple that throw CommandException
 void SimpleMessage.execute(int messageNumber, javax.jms.Message aMessage)
           
 javax.jms.Message FailureRequestCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
 

Uses of CommandException in org.openeai.implementations.gateways.transroutergateway
 

Methods in org.openeai.implementations.gateways.transroutergateway that throw CommandException
 void TransRouterCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
 

Uses of CommandException in org.openeai.implementations.services.eas.commands
 

Methods in org.openeai.implementations.services.eas.commands that throw CommandException
 javax.jms.Message EnterpriseUserRequestCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
 javax.jms.Message EnterpriseUserPermissionRequestCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
 javax.jms.Message EnterpriseSessionRequestCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
protected  boolean EnterpriseApplicationServiceCommand.isMessageAuthentic(org.jdom.Element eControlArea)
          This method retrieves the SenderAppId and the AuthUserSignature from the ControlArea, queries EnterpriseApplicationService database to retrieve the official secret signature issued to the application named in the message (stored in APPLSVC.T_APPLICATION.SECRET_KEY), and compares the signature that appears in the message with the official signature retrieved from the database.
protected  org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseUser EnterpriseApplicationServiceCommand.retrieveEnterpriseUser(java.lang.String principal, java.lang.String domain)
          This method retrieves and returns an EnterpriseUser object given the pricipal and domain of a NetId that belongs to the EnterpriseUser.
protected  org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession EnterpriseApplicationServiceCommand.retrieveApplicationSession(java.lang.String sAppSessionId)
           
protected  org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession EnterpriseApplicationServiceCommand.retrieveEnterpriseSession(java.lang.String sEntSessionId)
           
protected  void EnterpriseApplicationServiceCommand.createSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession entSession)
           
protected  void EnterpriseApplicationServiceCommand.createSession(java.lang.String appName, org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
           
protected  void EnterpriseApplicationServiceCommand.terminateSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession entSession)
           
protected  void EnterpriseApplicationServiceCommand.terminateSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
           
protected  void EnterpriseApplicationServiceCommand.purgeSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession entSession)
           
protected  void EnterpriseApplicationServiceCommand.purgeSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
           
protected  void EnterpriseApplicationServiceCommand.updateSessionActivity(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession entSession)
           
protected  void EnterpriseApplicationServiceCommand.updateSessionActivity(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
           
protected  void EnterpriseApplicationServiceCommand.updateSession(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession baselineAppSession, org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession newAppSession)
           
protected  boolean EnterpriseApplicationServiceCommand.isSessionValid(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseSession entSession)
           
protected  boolean EnterpriseApplicationServiceCommand.isSessionValid(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.ApplicationSession appSession)
           
protected  boolean EnterpriseApplicationServiceCommand.validEnterpriseSessionExists(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseUser entUser)
           
protected  java.lang.String EnterpriseApplicationServiceCommand.getExistingValidEnterpriseSessionId(org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.EnterpriseUser entUser)
           
 javax.jms.Message ApplicationSessionRequestCommand.execute(int messageNumber, javax.jms.Message aMessage)
           
 

Uses of CommandException in org.openeai.implementations.services.els.commands
 

Methods in org.openeai.implementations.services.els.commands that throw CommandException
 void EnterpriseSyncLoggerCommand.execute(int messageNumber, javax.jms.Message aMessage)
          Takes the message passed in, breaks it into the appropriate parts and logs it to the repository.
 void EnterpriseSyncErrorLogger.execute(int messageNumber, javax.jms.Message aMessage)
          Inserts the current contents of this object into the database (T_SYNC_ERR_MSG).
 

Uses of CommandException in org.openeai.jms.consumer.commands
 

Methods in org.openeai.jms.consumer.commands that throw CommandException
 void SyncCommand.execute(int messageNumber, javax.jms.Message aMessage)
          Method used to implement business logic specific to a message or set of messages consumed by a OpenEAI PubSubConsumer or PointToPointConsumer.
protected  javax.jms.Message RequestCommandImpl.getMessage(javax.jms.TextMessage msg, java.lang.String replyContents)
          Adds the supplied reply contents to the supplied message, and returns the message.
 javax.jms.Message RequestCommand.execute(int messageNumber, javax.jms.Message aMessage)
          Method used to implement business logic specific to a message or set of messages consumed by a OpenEAI PointToPointConsumer.
 



Copyright © 2002, OpenEAI Software Foundation