org.jboss.ejb3.annotation
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: 69967 $
Author:
Bill Burke

Optional Element Summary
 String clientBindUrl
           
 String factory
           
 String interceptorStack
           
 String invokerName
           
 String jndiBinding
           
 

jndiBinding

public abstract String jndiBinding
Default:
""

interceptorStack

public abstract String interceptorStack
Default:
""

clientBindUrl

public abstract String clientBindUrl
Default:
""

invokerName

public abstract String invokerName
Default:
""

factory

public abstract String factory
Default:
"RemoteProxyFactory"


Copyright © 2009 JBoss Inc.. All Rights Reserved.