|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.services.management.DeployMgnt
public class DeployMgnt
Class used for deploy management. Proxy for management operations in Prim SmartFrog components.
| Method Summary | |
|---|---|
static void |
addAttribute(java.lang.Object obj,
java.lang.Object attribName,
java.lang.Object attribValue)
Adds an attribute (name value pair) |
static void |
detach(Prim obj)
Detaches the SF Component |
static void |
dTerminate(Prim obj,
java.lang.String type,
java.lang.String reason)
Detaches and terminates the SF Component |
static void |
modifyAttribute(java.lang.Object obj,
java.lang.Object attribName,
java.lang.Object attribValue)
Modifies any attribute with new value |
static void |
removeAttribute(java.lang.Object obj,
java.lang.Object attribName)
Removes an attribute |
static void |
terminate(Prim obj,
java.lang.String type,
java.lang.String reason)
Terminates the SF Component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addAttribute(java.lang.Object obj,
java.lang.Object attribName,
java.lang.Object attribValue)
throws java.lang.Exception
obj - SF ComponentattribName - Name of the attributeattribValue - Value of the attribute
java.lang.Exception - If any error
public static void removeAttribute(java.lang.Object obj,
java.lang.Object attribName)
throws java.lang.Exception
obj - SF ComponentattribName - Name of the attribute
java.lang.Exception - If any error
public static void modifyAttribute(java.lang.Object obj,
java.lang.Object attribName,
java.lang.Object attribValue)
throws java.lang.Exception
obj - SF ComponentattribName - Name of the attributeattribValue - Value of the attribute
java.lang.Exception - If any error
public static void terminate(Prim obj,
java.lang.String type,
java.lang.String reason)
throws java.lang.Exception
obj - Reference to SF Componenttype - error typereason - cause
java.lang.Exception
public static void dTerminate(Prim obj,
java.lang.String type,
java.lang.String reason)
throws java.lang.Exception
obj - Reference to SF Componenttype - error typereason - cause
java.lang.Exception
public static void detach(Prim obj)
throws java.lang.Exception
obj - Reference to SF Component
java.lang.Exception
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||