|
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.ActionDetach
public class ActionDetach
Detach a component
| Constructor Summary | |
|---|---|
ActionDetach()
|
|
| Method Summary | |
|---|---|
static Prim |
Detach(java.lang.String name,
ProcessCompound targetP)
Detaches appName from component target |
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 |
| Constructor Detail |
|---|
public ActionDetach()
| Method Detail |
|---|
public static Prim Detach(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 | |||||||||