com.googlecode.mycontainer.kernel.deploy
Class VMShutdownHookDeployer

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.Command
      extended by com.googlecode.mycontainer.kernel.deploy.Deployer
          extended by com.googlecode.mycontainer.kernel.deploy.VMShutdownHookDeployer
All Implemented Interfaces:
ShutdownHook, java.io.Serializable, java.lang.Runnable

public class VMShutdownHookDeployer
extends Deployer
implements java.lang.Runnable

See Also:
Serialized Form

Constructor Summary
VMShutdownHookDeployer()
           
 
Method Summary
 void deploy()
           
 void run()
           
 void setKernelName(java.lang.String kernelName)
           
 void shutdown()
           
 
Methods inherited from class com.googlecode.mycontainer.kernel.Command
getContext, getKernel, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMShutdownHookDeployer

public VMShutdownHookDeployer()
Method Detail

setKernelName

public void setKernelName(java.lang.String kernelName)

deploy

public void deploy()

run

public void run()
Specified by:
run in interface java.lang.Runnable

shutdown

public void shutdown()
Specified by:
shutdown in interface ShutdownHook


Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.