com.oldlight.weaver.admin.weaverbeans
Class JvmBean
java.lang.Object
com.oldlight.weaver.admin.weaverbeans.JvmBean
- All Implemented Interfaces:
- WeaverBean
- public class JvmBean
- extends Object
- implements WeaverBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_ACTION
private static final String PARAM_ACTION
- See Also:
- Constant Field Values
ACTION_RUN_FINALIZERS
private static final String ACTION_RUN_FINALIZERS
- See Also:
- Constant Field Values
ACTION_GARBAGE_COLLECT
private static final String ACTION_GARBAGE_COLLECT
- See Also:
- Constant Field Values
JvmBean
public JvmBean()
handle
public void handle(WeaverExecutionContext context)
throws WeaverClientException
- Description copied from interface:
WeaverBean
- Invoked by Weaver as a result of a call tag in the WAD file.
- Specified by:
handle
in interface WeaverBean
- Parameters:
context
- The current execution context.
- Throws:
WeaverClientException
- Thrown by your W-Bean to flag an error to Weaver.