|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.EventObject
oracle.webservices.reliability.ReliabilityEvent
public class ReliabilityEvent
Event sent to the reliability listeners
Field Summary | |
---|---|
static int |
TYPE_ACK The event is for an acknowledgement |
static int |
TYPE_FAULT The event is for a fault. |
Constructor Summary | |
---|---|
ReliabilityEvent(Object source, int type, String groupId, long sequenceNumber, SOAPMessage message) Constructor for a reliability event |
Method Summary | |
---|---|
String |
getGroupId() Get the group id for the message in this event |
SOAPMessage |
getMessage() Get the SOAP message in this event |
long |
getSequenceNumber() Get the sequence number for the message in this event |
int |
getType() Get the type of event |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_ACK
public static final int TYPE_FAULT
Constructor Detail |
---|
public ReliabilityEvent(Object source, int type, String groupId, long sequenceNumber, SOAPMessage message)
source
- the event sourcetype
- the type of eventgroupId
- the group idsequenceNumber
- the sequence numbermessage
- the soap messageMethod Detail |
---|
public String getGroupId()
public long getSequenceNumber()
public int getType()
public SOAPMessage getMessage()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |