com.googlecode.mycontainer.kernel
Class Command

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.Command
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContextInterceptor, Deployer, ScannableDeployer, ShutdownCommand

public abstract class Command
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Command()
           
 
Method Summary
 javax.naming.Context getContext()
           
 Kernel getKernel()
           
 void setContext(javax.naming.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

setContext

public void setContext(javax.naming.Context context)

getContext

public javax.naming.Context getContext()

getKernel

public Kernel getKernel()


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