at.spardat.xma.baserpc
Class ClientToServerData

java.lang.Object
  extended byat.spardat.xma.baserpc.RemoteData
      extended byat.spardat.xma.baserpc.ClientToServerData

public class ClientToServerData
extends RemoteData

Models the data sent from client to server in a base rpc.


Constructor Summary
ClientToServerData()
           
 
Method Summary
protected  void externalize(XmaOutput o)
          Write the parameters to the XmaOutput.
 java.lang.String getName()
          Returns the name of the RPC.
protected  void internalize(XmaInput in)
          Reads parameters as written by externalizeParameters.
 
Methods inherited from class at.spardat.xma.baserpc.RemoteData
getParameter, getParameterCount, getUnserializableCollection, setParameter, setUnserializableCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientToServerData

public ClientToServerData()
Method Detail

getName

public java.lang.String getName()
Returns the name of the RPC.


externalize

protected void externalize(XmaOutput o)
                    throws java.io.IOException
Description copied from class: RemoteData
Write the parameters to the XmaOutput.

Overrides:
externalize in class RemoteData
Throws:
java.io.IOException
See Also:
RemoteData.externalize(XmaOutput)

internalize

protected void internalize(XmaInput in)
                    throws java.io.IOException,
                           java.lang.ClassNotFoundException
Description copied from class: RemoteData
Reads parameters as written by externalizeParameters.

Overrides:
internalize in class RemoteData
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
RemoteData.internalize(XmaInput)