electric.net.event
Class NetEvent

java.lang.Object
  extended byelectric.net.event.NetEvent
All Implemented Interfaces:
INetEventConstants

public final class NetEvent
extends java.lang.Object
implements INetEventConstants

NetEvent.

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.net.event.INetEventConstants
CONNECTION, DEFAULT_EXPIRY_PERIOD, DEFAULT_REAP_CYCLE, DEFAULT_RETRY_PERIOD, HOST, NET_EVENT_REAPER_NAME, OTHER
 
Constructor Summary
NetEvent(XURL endpoint, java.lang.Exception exception)
           
 
Method Summary
 void dismiss()
           
 XURL getEndpoint()
           
 java.lang.Exception getException()
           
 int getOccurrences()
           
 long getTime()
           
 boolean matches(XURL xurl)
           
 boolean matches(XURL xurl, java.lang.Exception exception)
           
 void reoccurred()
           
 void rethrow()
           
 boolean retry()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetEvent

public NetEvent(XURL endpoint,
                java.lang.Exception exception)
Parameters:
endpoint -
exception -
Method Detail

toString

public java.lang.String toString()

getEndpoint

public XURL getEndpoint()

getException

public java.lang.Exception getException()

getTime

public long getTime()

retry

public boolean retry()

dismiss

public void dismiss()

reoccurred

public void reoccurred()

getOccurrences

public int getOccurrences()

matches

public boolean matches(XURL xurl)
Parameters:
xurl -

matches

public boolean matches(XURL xurl,
                       java.lang.Exception exception)
Parameters:
xurl -
exception -

rethrow

public void rethrow()
             throws java.io.IOException,
                    java.lang.SecurityException
Throws:
java.io.IOException
java.lang.SecurityException


copyright© 2001-2004 by webMethods All Rights Reserved.