|
||||||||||
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 String |
DEFAULT_CLIENT_BINDING
The default URL for InvokerLocator in the case @RemoteBinding does not specify it Synchronization policy on "this" |
protected static 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(String containerName,
String containerGuid,
String url,
org.jboss.aop.advice.Interceptor[] interceptors,
Object target)
Creates a remote proxy to the container using the specified arguments. |
static String |
getClientBinding(String invokerName)
Obtains the client binding for the specified invokerName (supplied as the Object Store bind name in MC) |
static 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 String DEFAULT_CLIENT_BINDING
protected static final String DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND
Constructor Detail |
---|
public ProxyRemotingUtils()
Method Detail |
---|
public static String getDefaultClientBinding()
public static String getClientBinding(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 MCpublic static org.jboss.ejb3.proxy.spi.container.InvokableContext createRemoteProxyToContainer(String containerName, String containerGuid, String url, org.jboss.aop.advice.Interceptor[] interceptors, Object target)
containerName
- containerGuid
- url
- interceptors
- target
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |