public final class RemoteEJBService extends Object
Modifier and Type | Method and Description |
---|---|
static RemoteEJBService |
create(Association association,
org.wildfly.transaction.client.provider.remoting.RemotingTransactionService transactionService)
Create a new remote EJB service instance.
|
OpenListener |
getOpenListener()
Get the service open listener.
|
void |
serverUp()
Indicate that the server is up, which will allow client invocations to proceed.
|
public static RemoteEJBService create(Association association, org.wildfly.transaction.client.provider.remoting.RemotingTransactionService transactionService)
association
- the association to use (must not be null
)transactionService
- the Remoting transaction server to use (must not be null
)null
)public OpenListener getOpenListener()
public void serverUp()
Copyright © 2019 JBoss by Red Hat. All rights reserved.