shared.remotecall
Class RemoteCall

java.lang.Object
  extended byshared.remotecall.RemoteCall
Direct Known Subclasses:
ClientRequest, ServerResponse

public abstract class RemoteCall
extends java.lang.Object

This is the abstract base class of all other classes of the shared.remotecall package. Its defining some common methods.

Author:
buetow

Constructor Summary
RemoteCall()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCall

public RemoteCall()