org.clazzes.remoting.cmd
Class LoadClassCmd

java.lang.Object
  extended by org.clazzes.remoting.cmd.Cmd
      extended by org.clazzes.remoting.cmd.LoadClassCmd
All Implemented Interfaces:
java.io.Serializable

public class LoadClassCmd
extends Cmd

A command that requires a remote class being loaded.

Author:
wglas
See Also:
Serialized Form

Constructor Summary
LoadClassCmd(java.lang.String className)
           
 
Method Summary
 void accept(CmdVisitor visitor)
           
 java.lang.String getClassName()
           
 
Methods inherited from class org.clazzes.remoting.cmd.Cmd
acceptCmd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadClassCmd

public LoadClassCmd(java.lang.String className)
Parameters:
className - The name of the class being loaded.
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
The subsystem being called.

accept

public void accept(CmdVisitor visitor)
Specified by:
accept in class Cmd
Parameters:
visitor - The visitor representing a polymorphic operation on the command.


Copyright © 2010. All Rights Reserved.