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
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