com.ibm.websphere.fabric.da
Class EndpointNotFoundEvent

java.lang.Object
  extended by com.ibm.websphere.fabric.da.EndpointNotFoundEvent
All Implemented Interfaces:
java.io.Serializable

public abstract class EndpointNotFoundEvent
extends java.lang.Object
implements java.io.Serializable

Version:
$Id: $
Author:
arichardson
See Also:
Serialized Form

Constructor Summary
EndpointNotFoundEvent()
           
 
Method Summary
abstract  Context getContext()
           
abstract  java.lang.String getFailureMessage()
           
abstract  java.lang.String getOperationName()
           
abstract  java.lang.String getPortType()
           
abstract  java.io.Serializable getRootContextId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointNotFoundEvent

public EndpointNotFoundEvent()
Method Detail

getPortType

public abstract java.lang.String getPortType()

getOperationName

public abstract java.lang.String getOperationName()

getContext

public abstract Context getContext()

getRootContextId

public abstract java.io.Serializable getRootContextId()

getFailureMessage

public abstract java.lang.String getFailureMessage()


Copyright © 2002-2009 IBM. All Rights Reserved.