org.controlhaus.ejb
Annotation Type EJBControl.JNDIContextEnv


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface EJBControl.JNDIContextEnv

JNDIContextEnv specifies the environment properties for the JNDI context that will be used to lookup the target EJB. This attribute is optional. If you are using an URL with the "JNDI:" protocol or if you want to use a JNDI context with the default envirnoment properties, you do not need a specify any values for this attribute.


Optional Element Summary
 String contextFactory
           
 String credentials
           
 String principal
           
 String providerURL
           
 

contextFactory

public abstract String contextFactory
Default:
""

providerURL

public abstract String providerURL
Default:
""

principal

public abstract String principal
Default:
""

credentials

public abstract String credentials
Default:
""