All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.ui.remote.RemoteObjectHelper

java.lang.Object
   |
   +----guinea.ui.remote.RemoteObjectHelper

public abstract class RemoteObjectHelper
extends Object
implements ProcessRemoteCommand, Serializable
The RemoteObjectHelper object is a helper class that defines default implementation needed by the ProcessRemoteCommand interface that handles remote command processing.


Variable Index

· name
· pipe

Constructor Index

· RemoteObjectHelper()

Method Index

· doRemoteCommand(int, Object[], RemoteCommand)
· getRemoteName()
· getRemotePipe()
· getRemoteType()
· handleReply(RemoteCommand)
· isRemoteClient()
· isRemoteServer()
· processRemoteCommand(RemoteCommand, RemotePipe)
· setRemoteName(String)
· setRemotePipe(RemotePipe)
· toString()
Returns a string representation of the object.

Variables

· pipe
 protected transient RemotePipe pipe
· name
 protected String name

Constructors

· RemoteObjectHelper
 public RemoteObjectHelper()

Methods

· setRemotePipe
 public synchronized void setRemotePipe(RemotePipe pipe)
· setRemoteName
 public synchronized void setRemoteName(String name)
· getRemoteName
 public String getRemoteName()
· getRemotePipe
 public RemotePipe getRemotePipe()
· processRemoteCommand
 public void processRemoteCommand(RemoteCommand command,
                                  RemotePipe pipe)
· doRemoteCommand
 protected Object doRemoteCommand(int com,
                                  Object args[],
                                  RemoteCommand command)
· handleReply
 protected Object handleReply(RemoteCommand com)
· isRemoteClient
 public boolean isRemoteClient()
· isRemoteServer
 public boolean isRemoteServer()
· toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index