|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.sun.messaging.jms.notification.Event
public class Event
MQ Event. This is the super class for all MQ notification events. MQ may notify an application when a specific MQ event is about to occur or occurred.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Event(Object source,
String evCode,
String evMessage)
Construct a MQ event associated with the source specified. |
|
| Method Summary | |
|---|---|
String |
getEventCode()
Get the event code associated with the MQ event. |
String |
getEventMessage()
Get the event message associated with the connection event. |
String |
toString()
Returns a MQ event notification event message. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event(Object source,
String evCode,
String evMessage)
source - the source associated with the event.evCode - the event code that represents the this event object.evMessage - the event message that describes this event object.| Method Detail |
|---|
public String getEventCode()
public String getEventMessage()
public String toString()
eventCode + ":" + eventMessage + ", " + source=" + source.toString().
toString in class EventObject
|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||