|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.sfcore.common.ConfigurationAction
org.smartfrog.sfcore.common.ActionPing
public class ActionPing
Ping a component
| Field Summary | |
|---|---|
static java.lang.String |
PING_MESSAGE
ping message. |
| Constructor Summary | |
|---|---|
ActionPing()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(ProcessCompound targetP,
ConfigurationDescriptor configuration)
this has to be implemented by subclasses; execute a configuration command against a specified target |
| Methods inherited from class org.smartfrog.sfcore.common.ConfigurationAction |
|---|
execute, HandleTerminationException, selectTargetProcess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PING_MESSAGE
| Constructor Detail |
|---|
public ActionPing()
| Method Detail |
|---|
public java.lang.Object execute(ProcessCompound targetP,
ConfigurationDescriptor configuration)
throws SmartFrogException,
java.rmi.RemoteException
execute in class ConfigurationActiontargetP - target where to execute the configuration commandconfiguration - configuration command to be executed
SmartFrogException - failure in some part of the process
java.rmi.RemoteException - In case of network/rmi error
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||