public class RemoteNamingEjbClientContextSelector extends Object implements ContextSelector<EJBClientContext>
| Constructor and Description |
|---|
RemoteNamingEjbClientContextSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSelector() |
EJBClientContext |
getCurrent()
Get the current instance, returning
null if none are valid in the current context. |
void |
setCurrent(CurrentEjbClientConnection connection) |
static ContextSelector<EJBClientContext> |
setupSelector() |
public RemoteNamingEjbClientContextSelector()
public static ContextSelector<EJBClientContext> setupSelector()
public void setCurrent(CurrentEjbClientConnection connection)
public void clearSelector()
public EJBClientContext getCurrent()
ContextSelectornull if none are valid in the current context.getCurrent in interface ContextSelector<EJBClientContext>null if there is noneCopyright © 2012 JBoss by Red Hat. All Rights Reserved.