public class QueueInstanceModEvent extends ModEvent implements java.io.Serializable
| Constructor and Description |
|---|
QueueInstanceModEvent(long timestamp,
int eventID) |
| Modifier and Type | Method and Description |
|---|---|
QueueInstance |
get() |
java.lang.String |
getFullName()
Get the fullName of the QueueInstance
|
void |
set(QueueInstance obj) |
void |
setPKInfo(int numKey1,
int numKey2,
java.lang.String strKey1,
java.lang.String strKey2)
Set the primary key info of the QueueInstance.
|
getChangedObject, getObjectType, setChangedObject, toStringgetEventId, getTimestamp, getTypepublic void set(QueueInstance obj)
public QueueInstance get()
public void setPKInfo(int numKey1,
int numKey2,
java.lang.String strKey1,
java.lang.String strKey2)
setPKInfo in class ChangedObjectEventnumKey1 - first numerical keynumKey2 - second numerical keystrKey1 - fist string keystrKey2 - second string keypublic java.lang.String getFullName()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.