All Packages Class Hierarchy This Package Previous Next Index
Class guinea.ui.remote.RemoteObjectRegistery
java.lang.Object
|
+----guinea.ui.remote.RemoteObjectHelper
|
+----guinea.ui.remote.RemoteObjectRegistery
- public class RemoteObjectRegistery
- extends RemoteObjectHelper
Variable Index
- ·
debug
-
Constructor Index
- ·
RemoteObjectRegistery(RemotePipe)
-
- ·
RemoteObjectRegistery(RemotePipe, String)
-
Method Index
- ·
doRemoteCommand(int, Object[], RemoteCommand)
- Process a received command.
- ·
getRemoteType()
-
- ·
printerr(String)
-
- ·
sendRemoteObject(Object, String)
-
Variables
·
debug
public static boolean debug
Constructors
·
RemoteObjectRegistery
public RemoteObjectRegistery(RemotePipe pipe)
·
RemoteObjectRegistery
public RemoteObjectRegistery(RemotePipe pipe,
String name)
Methods
·
getRemoteType
public int getRemoteType()
- Overrides:
- getRemoteType in class RemoteObjectHelper
·
sendRemoteObject
public Object sendRemoteObject(Object obj,
String name)
·
doRemoteCommand
public Object doRemoteCommand(int com,
Object args[],
RemoteCommand command)
- Process a received command.
- Overrides:
- doRemoteCommand in class RemoteObjectHelper
·
printerr
public static void printerr(String s)
All Packages Class Hierarchy This Package Previous Next Index