Cluster: Other Services: Startup & Shutdown Classes
This page displays the startup and shutdown classes have been explicitly targeted to this cluster.
Column Display
Name Description Name The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
:
Name=user-specified-name
MBean Attribute:
ClassDeploymentMBean.Name
Changes take effect after you redeploy the module or restart the server.
Type Returns the type of the MBean.
MBean Attribute:
ClassDeploymentMBean.Type
Changes take effect after you redeploy the module or restart the server.
Class Name The fully qualified name of a class to load and run. The class must be on the server's classpath.
For example,
mycompany.mypackage.myclass
MBean Attribute:
ClassDeploymentMBean.ClassName
Changes take effect after you redeploy the module or restart the server.
Targets The targets of the startup and shutdown classes.
Deployment Order A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type.
For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.
Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.
MBean Attribute:
ClassDeploymentMBean.DeploymentOrder
Minimum value:
0
Maximum value:
2147483647
Arguments Arguments that a server uses to initialize a class.
Separate multiple arguments with a comma. For example:
first=MyFirstName,last=MyLastName
MBean Attribute:
ClassDeploymentMBean.Arguments
Changes take effect after you redeploy the module or restart the server.