All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.ui.remote.RemoteCommandGeneric

java.lang.Object
   |
   +----guinea.ui.remote.RemoteCommand
           |
           +----guinea.ui.remote.RemoteCommandGeneric

public class RemoteCommandGeneric
extends RemoteCommand
implements Serializable

Variable Index

· args

Constructor Index

· RemoteCommandGeneric(int, int, String, boolean, Object[])
· RemoteCommandGeneric(int, int, String, Object[])
· RemoteCommandGeneric(int, Object[])
· RemoteCommandGeneric(int, String, Object[])

Method Index

· getArgs()

Variables

· args
 public Object args[]

Constructors

· RemoteCommandGeneric
 public RemoteCommandGeneric(int serial,
                             int command,
                             String target,
                             boolean ack,
                             Object args[])
· RemoteCommandGeneric
 public RemoteCommandGeneric(int serial,
                             int command,
                             String target,
                             Object args[])
· RemoteCommandGeneric
 public RemoteCommandGeneric(int command,
                             String target,
                             Object args[])
· RemoteCommandGeneric
 public RemoteCommandGeneric(int command,
                             Object args[])

Methods

· getArgs
 public Object[] getArgs()

All Packages  Class Hierarchy  This Package  Previous  Next  Index