| |
|
| org.jboss.ejb.EjbModule
Constructor Summary | |
public | EjbModule(DeploymentInfo di, TransactionManager tm, ObjectName webServiceName) |
ANY | final public static int ANY(Code) | | |
BASE_EJB_MODULE_NAME | final public static String BASE_EJB_MODULE_NAME(Code) | | |
BMT | final public static int BMT(Code) | | |
CMT | final public static int CMT(Code) | | |
DEFAULT_ENTITY_BMP_CONFIGURATION | public static String DEFAULT_ENTITY_BMP_CONFIGURATION(Code) | | |
DEFAULT_ENTITY_CMP_CONFIGURATION | public static String DEFAULT_ENTITY_CMP_CONFIGURATION(Code) | | |
DEFAULT_MESSAGEDRIVEN_CONFIGURATION | public static String DEFAULT_MESSAGEDRIVEN_CONFIGURATION(Code) | | |
DEFAULT_STATEFUL_CONFIGURATION | public static String DEFAULT_STATEFUL_CONFIGURATION(Code) | | |
DEFAULT_STATELESS_CONFIGURATION | public static String DEFAULT_STATELESS_CONFIGURATION(Code) | | |
containerOrdering | LinkedList containerOrdering(Code) | | The containers in their ApplicationMetaData ordering
|
containers | HashMap containers(Code) | | HashMap the containers for this deployment unit.
|
name | final String name(Code) | | Name of this deployment unit, url it was deployed from
|
EjbModule | public EjbModule(DeploymentInfo di, TransactionManager tm, ObjectName webServiceName)(Code) | | |
addLocalHome | public void addLocalHome(Container con, EJBLocalHome localHome)(Code) | | |
createMissingPermissions | void createMissingPermissions(Container con, BeanMetaData bean) throws ClassNotFoundException, PolicyContextException(Code) | | Create any JACC permissions for the ejb methods that were not explicitly
assigned method-permission or exclude-list mappings.
Parameters: con - - the ejb container Parameters: bean - - the bean metadata throws: ClassNotFoundException - throws: PolicyContextException - |
getClassLoader | public ClassLoader getClassLoader()(Code) | | Get the class loader of this deployment unit.
|
getContainer | public Container getContainer(String name)(Code) | | Get a container from this deployment unit that corresponds to a given name
Parameters: name - ejb-name name defined in ejb-jar.xml container for the named bean, or null if the container wasnot found |
getContainers | public Collection getContainers()(Code) | | Get all containers in this deployment unit.
a collection of containers for each enterprise bean in thisdeployment unit. |
getModuleDataMap | public Map getModuleDataMap()(Code) | | |
getURL | public URL getURL()(Code) | | Get the URL from which this deployment unit was deployed
The URL from which this Application was deployed. |
isCallByValue | public boolean isCallByValue()(Code) | | Whether the container is call by value
true for call by value |
removeContainer | public void removeContainer(Container con)(Code) | | Remove a container from this deployment unit.
Parameters: con - |
removeModuleData | public void removeModuleData(Object key)(Code) | | |
setClassLoader | public void setClassLoader(ClassLoader cl)(Code) | | Set the class loader of this deployment unit
|
startService | protected void startService() throws Exception(Code) | | The mbean Service interface start method calls
the start method on each contatiner, then the init method on each
container. Conversion to a different registration system with one-phase
startup is conceivable.
exception: Exception - if an error occurs |
stopService | protected void stopService() throws Exception(Code) | | Stops all the containers of this application.
|
|
|
|