WebLogic Integration


Uses of Class
com.bea.wlai.client.TransactionTimeoutException

Packages that use TransactionTimeoutException
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
 

Uses of TransactionTimeoutException in com.bea.wlai.client
 

Methods in com.bea.wlai.client that throw TransactionTimeoutException
 EventTester.EventCreationResults EventTester.createEvent(EventTester.EventCreationInfo eci, long millisToWait)
           
 void ApplicationViewRemote.commitLocalTransaction()
          Commits a local transaction and closes allocated resources.
 void ApplicationViewRemote.rollbackLocalTransaction()
          Rollsback a local transaction.
 IDocument ApplicationViewRemote.invokeService(QualifiedName appViewName, java.lang.String serviceName, IDocument request, javax.resource.cci.ConnectionSpec spec)
          Synchronously invoke the service with the given name, using the request document given.
 IDocument ApplicationViewRemote.invokeService(QualifiedName appViewName, java.lang.String serviceName, IDocument request, boolean autoCreateResponse, javax.resource.cci.ConnectionSpec spec)
          Synchronously invoke the service with the given name, using the request document given.
 void ApplicationViewRemote.invokeService(QualifiedName appViewName, java.lang.String serviceName, IDocument request, IDocument response, javax.resource.cci.ConnectionSpec spec)
          Synchronously invoke the service with the given name, using the request and response documents given.
 IDocument ApplicationViewRemote.invokeService(QualifiedName appViewName, java.lang.String serviceName, IDocument request, boolean autoCreateResponse, javax.resource.cci.ConnectionSpec spec, boolean incAsyncCount)
          Synchronously invoke the service with the given name, using the request and response documents given.
 IDocument ApplicationViewRemote.invokeService(java.lang.String strInstanceID, QualifiedName appViewName, java.lang.String serviceName, IDocument request, javax.resource.cci.ConnectionSpec spec)
          Synchronously invoke the service with the given name, using the request document given.
 IDocument ApplicationViewRemote.invokeService(java.lang.String strInstanceID, QualifiedName appViewName, java.lang.String serviceName, IDocument request, javax.resource.cci.ConnectionSpec spec, boolean incAsyncCount)
          Synchronously invoke the service with the given name, using the request document given.
 IDocument ApplicationViewRemote.invokeService(java.lang.String strInstanceID, QualifiedName appViewName, java.lang.String serviceName, IDocument request, boolean autoCreateResponse, javax.resource.cci.ConnectionSpec spec)
          Synchronously invoke the service with the given name, using the request document given.
 IDocument ApplicationViewRemote.invokeService(java.lang.String strInstanceID, QualifiedName appViewName, java.lang.String serviceName, IDocument request, boolean autoCreateResponse, javax.resource.cci.ConnectionSpec spec, boolean incAsyncCount)
          Synchronously invoke the service with the given name, using the request document given.
 void ApplicationViewRemote.invokeService(java.lang.String strInstanceID, QualifiedName appViewName, java.lang.String serviceName, IDocument request, IDocument response, javax.resource.cci.ConnectionSpec spec)
          Synchronously invoke the service with the given name, using the request and response documents given.
 IDocument ApplicationView.invokeService(java.lang.String serviceName, IDocument request)
          Synchronously invoke the service with the given name, using the request document given.
 IDocument ApplicationView.invokeService(java.lang.String serviceName, IDocument request, boolean autoCreateResponse)
          Synchronously invoke the service with the given name, using the request document given.
 void ApplicationView.invokeService(java.lang.String serviceName, IDocument request, IDocument response)
          Synchronously invoke the service with the given name, using the request and response documents given.
 


WebLogic Integration

WebLogic Integration (WLI)