|
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.ActionTerminate
public class ActionTerminate
Terminate a component
| Constructor Summary | |
|---|---|
ActionTerminate()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(ProcessCompound targetP,
ConfigurationDescriptor configuration)
Terminate action |
static Prim |
sfTerminate(java.lang.String name,
ProcessCompound targetP)
Terminates name from component targetP |
| 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 |
| Constructor Detail |
|---|
public ActionTerminate()
| Method Detail |
|---|
public static Prim sfTerminate(java.lang.String name,
ProcessCompound targetP)
throws SmartFrogException,
java.rmi.RemoteException
name - name of the applicationtargetP - the target process compound to request deployment
SmartFrogException - failure in some part of the process
java.rmi.RemoteException - In case of network/rmi error
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 | |||||||||