org.rosuda.ibase
Class NotifyMsg

java.lang.Object
  extended by org.rosuda.ibase.NotifyMsg

public class NotifyMsg
extends Object

messages passed with NotifyAllDep

Version:
$Id: NotifyMsg.java,v 1.5 2003/07/29 21:54:22 starsoft Exp $

Constructor Summary
NotifyMsg(Object src)
           
NotifyMsg(Object src, int msgid)
           
NotifyMsg(Object src, int msgid, String command)
           
NotifyMsg(Object src, int msgid, String command, Object[] params)
           
 
Method Summary
 String getCommand()
           
 int getMessageID()
           
 Object[] getParams()
           
 Object getSource()
           
 Object parAt(int pos)
           
 int parCount()
           
 double parD(int pos)
           
 int parI(int pos)
           
 String parS(int pos)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotifyMsg

public NotifyMsg(Object src,
                 int msgid,
                 String command,
                 Object[] params)

NotifyMsg

public NotifyMsg(Object src,
                 int msgid,
                 String command)

NotifyMsg

public NotifyMsg(Object src,
                 int msgid)

NotifyMsg

public NotifyMsg(Object src)
Method Detail

getSource

public Object getSource()

getMessageID

public int getMessageID()

getCommand

public String getCommand()

getParams

public Object[] getParams()

parCount

public int parCount()

parAt

public Object parAt(int pos)

parI

public int parI(int pos)

parD

public double parD(int pos)

parS

public String parS(int pos)

toString

public String toString()
Overrides:
toString in class Object