| Class: com.sybase.djc.ant.StartProperty (Start Property) | EAServer 6.0 Help |
|---|
| Description | Configures the message listener component for a deployed EJB message driven bean to start during startup of the EJB module. |
|---|---|
| Configuration |
Example:
<setProperties package="ejb.components.example"> <start component="ejb.components.example.MyListener"/> ... </setProperties> |
| Nested Properties | component, partition |
| Property: component (Component) | |
|---|---|
| Description | Required. Name of the message listener component to be started, e.g. "ejb.components.example.MyListener". |
| Property: partition (Partition) | |
|---|---|
| Description | Optional. Name of the cluster partition if execution of this listener must be limited to servers that belong to a particular cluster partition. |