org.sapia.ubik.rmi.server.invocation
Class RMICommandProcessor.ResponseListCommand

java.lang.Object
  extended by org.sapia.ubik.rmi.server.command.Command
      extended by org.sapia.ubik.rmi.server.RMICommand
          extended by org.sapia.ubik.rmi.server.invocation.RMICommandProcessor.ResponseListCommand
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, Executable
Enclosing class:
RMICommandProcessor

public static final class RMICommandProcessor.ResponseListCommand
extends RMICommand

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sapia.ubik.rmi.server.RMICommand
_config, _vmId
 
Constructor Summary
RMICommandProcessor.ResponseListCommand()
           
 
Method Summary
 java.lang.Object execute()
          Executes this command.
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class org.sapia.ubik.rmi.server.RMICommand
getConnection, getServerAddress, getVmId, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMICommandProcessor.ResponseListCommand

public RMICommandProcessor.ResponseListCommand()
Method Detail

execute

public java.lang.Object execute()
                         throws java.lang.Throwable
Description copied from class: RMICommand
Executes this command.

Specified by:
execute in interface Executable
Specified by:
execute in class RMICommand
Returns:
any value returned by this method.
Throws:
java.lang.Throwable - if an error occurs while executing this command
See Also:
Executable.execute()

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Overrides:
writeExternal in class RMICommand
Throws:
java.io.IOException
See Also:
RMICommand.writeExternal(ObjectOutput)

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Overrides:
readExternal in class RMICommand
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
RMICommand.readExternal(ObjectInput)


Copyright © 2010 Sapia OSS. All Rights Reserved.