All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.ui.remote.RemoteSubjectUIClient

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

public class RemoteSubjectUIClient
extends RemoteObjectHelper

Variable Index

· COM_ADDLISTENER
· COM_CLOSE
· COM_DISPOSE
· COM_EVENT
· COM_GETC
· COM_GETCNAMES
· COM_GETCVALUE
· COM_GETMNAMES
· COM_GETQ
· COM_GETQNAMES
· COM_ISENABLED
· COM_MAX_COMMAND_ID
Maximum command id number used by this class.
· COM_MCLL_LEVEL
· COM_MCLL_LIMITS
· COM_MCLL_TEXT
· COM_MCLL_TITLE
· COM_MCLL_VISIBLE
· COM_OPEN
· COM_REMLISTENER
· COM_RESET
· COM_SETCENABLED
· COM_SETCVALUE
· COM_SETDENABLED
· COM_SETENABLED
· COM_SETMVALUE
· COM_SETQANSWER
· COM_SETQENABLED
· COM_WARN_ISVISIBLE
· COM_WARN_RESET
· COM_WARN_SETTIMES1
· COM_WARN_SETTIMES2
· COM_WARN_START
· COM_WARN_VISIBLE

Constructor Index

· RemoteSubjectUIClient(SubjectUI, RemotePipe)
· RemoteSubjectUIClient(SubjectUI, RemotePipe, String)

Method Index

· doRemoteCommand(int, Object[], RemoteCommand)
· getRemoteType()
· toString(Object[])

Variables

· COM_OPEN
 public static final int COM_OPEN
· COM_CLOSE
 public static final int COM_CLOSE
· COM_SETENABLED
 public static final int COM_SETENABLED
· COM_ISENABLED
 public static final int COM_ISENABLED
· COM_SETQENABLED
 public static final int COM_SETQENABLED
· COM_SETCENABLED
 public static final int COM_SETCENABLED
· COM_SETDENABLED
 public static final int COM_SETDENABLED
· COM_RESET
 public static final int COM_RESET
· COM_ADDLISTENER
 public static final int COM_ADDLISTENER
· COM_REMLISTENER
 public static final int COM_REMLISTENER
· COM_EVENT
 public static final int COM_EVENT
· COM_GETQNAMES
 public static final int COM_GETQNAMES
· COM_GETCNAMES
 public static final int COM_GETCNAMES
· COM_GETQ
 public static final int COM_GETQ
· COM_GETC
 public static final int COM_GETC
· COM_DISPOSE
 public static final int COM_DISPOSE
· COM_SETQANSWER
 public static final int COM_SETQANSWER
· COM_SETCVALUE
 public static final int COM_SETCVALUE
· COM_SETMVALUE
 public static final int COM_SETMVALUE
· COM_GETMNAMES
 public static final int COM_GETMNAMES
· COM_GETCVALUE
 public static final int COM_GETCVALUE
· COM_MCLL_LIMITS
 public static final int COM_MCLL_LIMITS
· COM_MCLL_TEXT
 public static final int COM_MCLL_TEXT
· COM_MCLL_TITLE
 public static final int COM_MCLL_TITLE
· COM_MCLL_LEVEL
 public static final int COM_MCLL_LEVEL
· COM_MCLL_VISIBLE
 public static final int COM_MCLL_VISIBLE
· COM_WARN_VISIBLE
 public static final int COM_WARN_VISIBLE
· COM_WARN_ISVISIBLE
 public static final int COM_WARN_ISVISIBLE
· COM_WARN_SETTIMES1
 public static final int COM_WARN_SETTIMES1
· COM_WARN_SETTIMES2
 public static final int COM_WARN_SETTIMES2
· COM_WARN_START
 public static final int COM_WARN_START
· COM_WARN_RESET
 public static final int COM_WARN_RESET
· COM_MAX_COMMAND_ID
 public static final int COM_MAX_COMMAND_ID
Maximum command id number used by this class. Subclasses can use id numbers that are greater than this for subclasses command ids.

Constructors

· RemoteSubjectUIClient
 public RemoteSubjectUIClient(SubjectUI ui,
                              RemotePipe pipe)
· RemoteSubjectUIClient
 public RemoteSubjectUIClient(SubjectUI ui,
                              RemotePipe pipe,
                              String name)

Methods

· getRemoteType
 public int getRemoteType()
Overrides:
getRemoteType in class RemoteObjectHelper
· doRemoteCommand
 protected Object doRemoteCommand(int com,
                                  Object args[],
                                  RemoteCommand command)
Overrides:
doRemoteCommand in class RemoteObjectHelper
· toString
 public static String toString(Object a[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index