| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
All methods here should use TX_REQUIRES_NEW and if security is on then
they should also use RUN_AS_SPECIFIED role.
Method Summary | |
---|---|
public
PartitionDefinition | getPartitions()
This is called when the application is started on a JVM. The runtime asks.
|
public
boolean | partitionLoadEvent(java.lang.String)
This is called when the group for a specific partition is activated by the HAManager.
|
public
void | partitionUnloadEvent(java.lang.String)
This is called when a partition is being withdrawn from this server. This can happen.
|
public
boolean | isPartitionAlive(java.lang.String)
This can be called periodically to check the health of a specific partition. This method.
|
Methods inherited from javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
public PartitionDefinition getPartitions( | ) |
PartitionManager
public boolean partitionLoadEvent( | String partitionName )
|
partitionName
-
The name of the partition that has just been assigned to this server.
public void partitionUnloadEvent( | String partitionName )
|
partitionName
-
The partition being withdrawn.
public boolean isPartitionAlive( | String partitionName )
|
partitionName
-
The name of the partition to test.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |