kaos.cougaar.clik.policyManager
Class PolicyAdminServletComponent

java.lang.Object
  extended by BaseServletComponent
      extended by kaos.cougaar.clik.policyManager.PolicyAdminServletComponent

public class PolicyAdminServletComponent
extends BaseServletComponent


Constructor Summary
PolicyAdminServletComponent()
           
 
Method Summary
protected  Servlet createServlet()
          create the servlet
 long currentTimeMillis()
           
 java.lang.String getBlackboardClientName()
           
protected  java.lang.String getPath()
          Get the path for the Servlet's registration.
 void init()
           
 void load()
          Object should transition to the LOADED state.
 void setBlackboardService(BlackboardService blackboard)
           
 void setParameter(java.lang.Object o)
          Capture the (optional) load-time parameters.
 boolean triggerEvent(java.lang.Object event)
           
 void unload()
          Called object should perform any cleanup operations and transition to the UNLOADED state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyAdminServletComponent

public PolicyAdminServletComponent()
Method Detail

setBlackboardService

public void setBlackboardService(BlackboardService blackboard)

init

public void init()

createServlet

protected Servlet createServlet()
create the servlet


getPath

protected java.lang.String getPath()
Get the path for the Servlet's registration.


load

public void load()
Object should transition to the LOADED state.


setParameter

public void setParameter(java.lang.Object o)
Capture the (optional) load-time parameters.


unload

public void unload()
Called object should perform any cleanup operations and transition to the UNLOADED state.


getBlackboardClientName

public java.lang.String getBlackboardClientName()

currentTimeMillis

public long currentTimeMillis()

triggerEvent

public boolean triggerEvent(java.lang.Object event)