p2ps.pipe
Class PipeConnectFailureEvent
java.lang.Object
java.util.EventObject
p2ps.pipe.PipeConnectFailureEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class PipeConnectFailureEvent
- extends java.util.EventObject
The event that is generated when a outpipe fails to connect. Note that a
pipe connection might have multiple failures before it succeeds.
- Version:
- $Revision: 295 $
- Author:
- Ian Wang
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PipeConnectFailureEvent
public PipeConnectFailureEvent(java.lang.Object source,
java.lang.Exception except,
PipeAdvertisement pipead)
- Constructs a failed pipe connection event
getPipeAdvertisement
public PipeAdvertisement getPipeAdvertisement()
- Returns:
- the advertisement being used to connect the output pipe
getException
public java.lang.Exception getException()
- Returns:
- the exception for the generated by the failure (null if none)