org.apache.openejb.api
Annotation Type EjbDeployment


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EjbDeployment

Annotation that matches the element in the openejb-jar.xml file


Optional Element Summary
 java.lang.String container
          The Container ID where the bean should be deployed
 java.lang.String id
          The Deployment ID for this bean
 

id

public abstract java.lang.String id
The Deployment ID for this bean

Returns:
Default:
""

container

public abstract java.lang.String container
The Container ID where the bean should be deployed

Returns:
Default:
""


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.