Weaver 3.1.0a1-D1

com.oldlight.weaver.admin.weaverbeans
Class JvmBean

java.lang.Object
  extended bycom.oldlight.weaver.admin.weaverbeans.JvmBean
All Implemented Interfaces:
WeaverBean

public class JvmBean
extends Object
implements WeaverBean


Field Summary
private static String ACTION_GARBAGE_COLLECT
           
private static String ACTION_RUN_FINALIZERS
           
private static String PARAM_ACTION
           
 
Constructor Summary
JvmBean()
           
 
Method Summary
 void handle(WeaverExecutionContext context)
          Invoked by Weaver as a result of a call tag in the WAD file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JvmBean

public JvmBean()
Method Detail

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.

Copyright ©Paul Harvey