org.apache.openejb.assembler.classic
Class EjbJarInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.EjbJarInfo
All Implemented Interfaces:
Serializable

public class EjbJarInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 List<ApplicationExceptionInfo> applicationException
           
 List<EnterpriseBeanInfo> enterpriseBeans
           
 List<MethodInfo> excludeList
           
 List<InterceptorBindingInfo> interceptorBindings
           
 List<InterceptorInfo> interceptors
           
 String jarPath
           
 List<MethodConcurrencyInfo> methodConcurrency
           
 List<MethodPermissionInfo> methodPermissions
           
 List<MethodScheduleInfo> methodSchedules
           
 List<MethodTransactionInfo> methodTransactions
           
 String moduleId
           
 List<PortInfo> portInfos
           
 Properties properties
           
 List<SecurityRoleInfo> securityRoles
           
 Set<String> watchedResources
           
 
Constructor Summary
EjbJarInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

methodConcurrency

public final List<MethodConcurrencyInfo> methodConcurrency

methodSchedules

public final List<MethodScheduleInfo> methodSchedules

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

EjbJarInfo

public EjbJarInfo()


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