Package org.clazzes.remoting.cmd

Interface Summary
CmdVisitor A visitor for an on-the-wire command.
 

Class Summary
CallBackCmd  
Cmd An on-the-wire wire command of the remoting system with a visitor.
CmdVisitorSupport An implementation of CmdVisitor, which throwas exception on each command, allowing the implementation of CmdVisitor's which selectively implement selected packets.
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.
 



Copyright © 2010. All Rights Reserved.