public static interface RemoteServer.Association
| Modifier and Type | Method and Description |
|---|---|
void |
closed() |
Transaction |
lookupLegacyTransaction(TransactionID transactionId) |
ClassLoader |
mapClassLoader(String appName,
String moduleName)
Map the class loader for the given EJB application and module.
|
org.jboss.invocation.AsynchronousInterceptor.CancellationHandle |
receiveInvocationRequest(RemoteServer.IncomingInvocation incomingInvocation) |
void |
receiveSessionOpenRequest(RemoteServer.IncomingSessionOpen incomingSessionOpen) |
ClassLoader mapClassLoader(String appName, String moduleName)
appName - the application namemoduleName - the module nameorg.jboss.invocation.AsynchronousInterceptor.CancellationHandle receiveInvocationRequest(RemoteServer.IncomingInvocation incomingInvocation)
void receiveSessionOpenRequest(RemoteServer.IncomingSessionOpen incomingSessionOpen)
void closed()
Transaction lookupLegacyTransaction(TransactionID transactionId)
Copyright © 2016 JBoss by Red Hat. All rights reserved.