Java Client API Reference 6.0.2.61

Uses of Class
com.ssaglobal.bde.BdeException

Packages that use BdeException
com.ssaglobal.bde Provides Interfaces, Exceptions and Help Code for working with Java BDE proxies 
com.ssaglobal.bdeimpl.java   
 

Uses of BdeException in com.ssaglobal.bde
 

Subclasses of BdeException in com.ssaglobal.bde
 class BdeCommunicationException
          A BdeCommunicationException is thrown during the processing of a request.
 class BdeResultException
          A BdeResultException is thrown if an error occurs on the server during the processing of a request.
 

Methods in com.ssaglobal.bde that throw BdeException
 java.lang.String IBdeMessageReference.getMessageReferenceInfo()
          The MessagereferenceType could contain an XML tree specifying the exact instance (in a serialized format), which can be used to redo the operation using the de-serialized XML tree.
 java.lang.String IBdeMessageReference.getMessageReferenceType()
          Explains exactly what the reference actually specifies.
 void IPublishControl.setMaxNumberOfObjects(int value)
          Set maxNumberOfObjects attribute.
 void IPublishControl.setEventBatchSize(int value)
          Set eventBatchSize attribute.
 void IPublishControl.setDestination(java.lang.String value)
          Set destination attribute.
 java.lang.String IBdeMessage.getMessageIndex()
          The (optional) Index Attribute uniquely identifies this 'sub' message.
 java.lang.String IBdeMessage.getMessageCorrectiveAction()
          This is the (optional) description of the action that could be taken in order to correct the exception that is described by this message.
 java.lang.String IBdeMessage.getMessageAdditionalHelpText()
          This (optional) string contains more information on the message.
 java.lang.String IBdeMessage.getMessageAdditionalHelpURI()
          This (optional) string contains a reference to a website containing more information on the message Either this value is availbale or this information can direcly be retreived using IBdeMessage.getMessageAdditionalHelpText()
 IBdeMessageDetails IBdeMessage.getMessageDetails()
          An IBdeMessage contains a reference of an IBdeMessageDetails object, which describes the error on the server in detail.
 IBdeMessageReference IBdeMessage.getMessageReference()
          An IBdeMessage contains a reference of an IBdeMessageReference object, which contains information about the exact location of the error.
 java.lang.String IBdeMessage.getMessageCode()
          This is the application specific code that identifies this error.
 java.lang.String IBdeMessage.getMessageSource()
          This identifies the source of the error.
 java.lang.String IBdeMessage.getMessageText()
          This is the description of the error.
 java.lang.String IBdeMessage.getMessageType()
          The messageType string specifies the type of the message, which can be: Information, Warning or Error.
 void IUserSession.addManager(BdeManager bdeManager)
          Adds a manager to this UserSession.
 IBdeMessage IBdeMessageIterator.nextElement()
          Returns the next IBdeMessage present in this Iterator.
 

Uses of BdeException in com.ssaglobal.bdeimpl.java
 

Methods in com.ssaglobal.bdeimpl.java that throw BdeException
 void BdeManager.initialize(java.lang.String backendComponentName)
          Initialize the manager.
 void BdeManager.ping()
          Try to ping the backend, for testing communication and transports
 void BdeManager.close()
          Closes this Manager and removes reference to Transport and Activation
 IBdeMessageIterator BdeManager.getInformation()
          Returns the information (warnings and non fatal errors) from this manager
 void BdeManager.setProcessingScope(int pProcessingScope)
           
 boolean BdeManager.supportsProcessingScope(int pProcessingScope)
          Check if backend supports a certain processing Scope
 boolean BdeManager.supportsReferentialIntegrity()
          Checks if the backend support the Referential Integrity features
 void BdeManager.createReference(BusinessDataEntity pBde)
          Create a Backend reference (lock) for an individual BDE, and it's sub BDEs
 void BdeManager.deleteReference(BusinessDataEntity pBde)
          Delete and remove an backend BDE Reference (lock)
 

Constructors in com.ssaglobal.bdeimpl.java that throw BdeException
BdeManager()
           
 


Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.