| Class: com.sybase.djc.ant.ClusterPartitionProperty (Cluster Partition Property) | EAServer 6.0 Help |
|---|
| Description | Configures a component with a remote interface to be accessible only on servers belonging to a specified cluster partition. |
|---|---|
| Configuration |
Example:
<setProperties component="ejb.components.example.MyCompRemoteHome"> <clusterPartition name="SalesPartition"/> ... </setProperties> <setProperties component="ejb.components.example.MyCompRemote"> <clusterPartition name="SalesPartition"/> ... </setProperties> |
| Nested Properties | name |
| Property: name (Name) | |
|---|---|
| Description | Name of a configured cluster partition, or "default" which indicates the component should be available on all servers in a cluster. The "default" value should be specified when components are deployed on non-clustered servers. |