|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
public class ProxyRemotingUtils
ProxyRemotingUtils
| Field Summary | |
|---|---|
protected static java.lang.String |
DEFAULT_CLIENT_BINDING
The default URL for InvokerLocator in the case @RemoteBinding does not specify it Synchronization policy on "this" |
protected static java.lang.String |
DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND
The default URL for InvokerLocator if if cannot be read from the EJB3 Remoting Connector |
| Constructor Summary | |
|---|---|
ProxyRemotingUtils()
|
|
| Method Summary | |
|---|---|
static org.jboss.ejb3.proxy.spi.container.InvokableContext |
createRemoteProxyToContainer(java.lang.String containerName,
java.lang.String containerGuid,
java.lang.String url,
org.jboss.aop.advice.Interceptor[] interceptors,
java.lang.Object target)
Creates a remote proxy to the container using the specified arguments. |
static java.lang.String |
getClientBinding(java.lang.String invokerName)
Obtains the client binding for the specified invokerName (supplied as the Object Store bind name in MC) |
static java.lang.String |
getDefaultClientBinding()
Obtains the default client binding Will return the value of the InvokerLocator used by the EJB3 Remoting Connector EJBTHREE-1419 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String DEFAULT_CLIENT_BINDING
protected static final java.lang.String DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND
| Constructor Detail |
|---|
public ProxyRemotingUtils()
| Method Detail |
|---|
public static java.lang.String getDefaultClientBinding()
public static java.lang.String getClientBinding(java.lang.String invokerName)
throws org.jboss.ejb3.common.registrar.spi.NotBoundException
invokerName -
org.jboss.ejb3.common.registrar.spi.NotBoundException - If the specified invokerName is not bound in MC
public static org.jboss.ejb3.proxy.spi.container.InvokableContext createRemoteProxyToContainer(java.lang.String containerName,
java.lang.String containerGuid,
java.lang.String url,
org.jboss.aop.advice.Interceptor[] interceptors,
java.lang.Object target)
containerName - containerGuid - url - interceptors - target -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||