GlassFish(tm) Message Queue
v4.5

com.sun.messaging.jms.notification
Class ConsumerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.sun.messaging.jms.notification.Event
          extended by com.sun.messaging.jms.notification.ConsumerEvent
All Implemented Interfaces:
Serializable

public class ConsumerEvent
extends Event

MQ Consumer Event.

Since:
4.5
See Also:
Serialized Form

Field Summary
static String CONSUMER_READY
          Consumer ready event code
static String NO_CONSUMER
          No consumer event code
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConsumerEvent(Destination dest, Connection conn, String evCode, String evMessage)
          Construct a MQ consumer event.
 
Method Summary
 String getBrokerAddress()
          Get the broker's address that sent the event.
 Connection getConnection()
          Get the connection on which the event was received.
 Destination getDestination()
          Get the destination on which the event was occurred.
 
Methods inherited from class com.sun.messaging.jms.notification.Event
getEventCode, getEventMessage, toString
 
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
 

Field Detail

CONSUMER_READY

public static final String CONSUMER_READY
Consumer ready event code

See Also:
Constant Field Values

NO_CONSUMER

public static final String NO_CONSUMER
No consumer event code

See Also:
Constant Field Values
Constructor Detail

ConsumerEvent

public ConsumerEvent(Destination dest,
                     Connection conn,
                     String evCode,
                     String evMessage)
Construct a MQ consumer event.

Parameters:
dest - the destination on which the event occurred.
conn - the connection on which the event was received
evCode - the event code that represents the this event object.
evMessage - the event message that describes this event object.
Method Detail

getConnection

public Connection getConnection()
Get the connection on which the event was received.

Returns:
the connection on which the event was received.

getBrokerAddress

public String getBrokerAddress()
Get the broker's address that sent the event.

Returns:
the broker's address that sent the event

getDestination

public Destination getDestination()
Get the destination on which the event was occurred.

Returns:
the destination on which the event was occurred.

GlassFish(tm) Message Queue
v4.5

Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.