org.jboss.annotation.ejb
Annotation Type RemoteBinding


@Target(value={TYPE,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
public @interface RemoteBinding

Annotation for specifying the remote jndi binding for a bean as well as the client interceptor stack, which is a stack-ref in JBoss AOP THe clientBindUrl is the JBoss Remoting URL that clients will try and bind to. Factory is if you are plugging in a custom proxy factory.

Version:
$Revision: 1.5 $
Author:
Bill Burke

Optional Element Summary
 java.lang.String clientBindUrl
           
 java.lang.Class factory
           
 java.lang.String interceptorStack
           
 java.lang.String jndiBinding
           
 

jndiBinding

public abstract java.lang.String jndiBinding
Default:
""

interceptorStack

public abstract java.lang.String interceptorStack
Default:
""

clientBindUrl

public abstract java.lang.String clientBindUrl
Default:
"socket://0.0.0.0:3873"

factory

public abstract java.lang.Class factory
Default:
org.jboss.ejb3.remoting.RemoteProxyFactory.class