org.apache.openejb.assembler.classic
Class EjbJarInfo
java.lang.Object
org.apache.openejb.assembler.classic.InfoObject
org.apache.openejb.assembler.classic.EjbJarInfo
- All Implemented Interfaces:
- Serializable
public class EjbJarInfo
- extends InfoObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
public final Properties properties
moduleId
public String moduleId
jarPath
public String jarPath
enterpriseBeans
public final List<EnterpriseBeanInfo> enterpriseBeans
securityRoles
public final List<SecurityRoleInfo> securityRoles
methodPermissions
public final List<MethodPermissionInfo> methodPermissions
methodTransactions
public final List<MethodTransactionInfo> methodTransactions
interceptors
public final List<InterceptorInfo> interceptors
interceptorBindings
public final List<InterceptorBindingInfo> interceptorBindings
excludeList
public final List<MethodInfo> excludeList
applicationException
public final List<ApplicationExceptionInfo> applicationException
portInfos
public final List<PortInfo> portInfos
watchedResources
public final Set<String> watchedResources
EjbJarInfo
public EjbJarInfo()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.