Uses of Package
org.clazzes.remoting.cmd

Packages that use org.clazzes.remoting.cmd
org.clazzes.remoting.cmd   
org.clazzes.remoting.server   
 

Classes in org.clazzes.remoting.cmd used by org.clazzes.remoting.cmd
CallBackCmd
           
Cmd
          An on-the-wire wire command of the remoting system with a visitor.
CmdVisitor
          A visitor for an on-the-wire command.
ExchangeClientUIDCmd
          A command, which is sent from the server to the client, when a connection is established.
InvocationCmd
          An invocation command is sent over the wire from the client to the server upon invocation of a remote call.
InvocationExceptionCmd
          A command that is sent, when an invocation raised an exception.
InvocationResultCmd
          A command, which is setnt, when an invocation returned normally.
LoadClassCmd
          A command that requires a remote class being loaded.
ReturnClassBytesCmd
          A command that reports a remote class to the client.
 

Classes in org.clazzes.remoting.cmd used by org.clazzes.remoting.server
CmdVisitor
          A visitor for an on-the-wire command.
CmdVisitorSupport
          An implementation of CmdVisitor, which throwas exception on each command, allowing the implementation of CmdVisitor's which selectively implement selected packets.
InvocationCmd
          An invocation command is sent over the wire from the client to the server upon invocation of a remote call.
InvocationExceptionCmd
          A command that is sent, when an invocation raised an exception.
InvocationResultCmd
          A command, which is setnt, when an invocation returned normally.
LoadClassCmd
          A command that requires a remote class being loaded.
 



Copyright © 2010. All Rights Reserved.