|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.proxy.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 |
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 InvokableContext |
createRemoteProxyToContainer(java.lang.String containerName,
java.lang.String containerGuid,
java.lang.String url,
org.jboss.aop.advice.Interceptor[] interceptors,
java.io.Serializable sessionId)
Creates a remote proxy to the container using the specified arguments. |
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 InvokableContext createRemoteProxyToContainer(java.lang.String containerName,
java.lang.String containerGuid,
java.lang.String url,
org.jboss.aop.advice.Interceptor[] interceptors,
java.io.Serializable sessionId)
containerName - containerGuid - url - interceptors - sessionId -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||