com.ibm.websphere.fabric.da
Class InvocationEvent

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

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

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

Constructor Summary
InvocationEvent()
           
 
Method Summary
abstract  Context getContext()
           
abstract  InvocationSummary getInvocationSummary()
           
abstract  java.lang.String getOperationName()
           
abstract  java.lang.String getPortType()
           
abstract  CompositePolicy getPropagatedPolicy()
          Gives the propagated policy that the selected endpoint requires.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationEvent

public InvocationEvent()
Method Detail

getPortType

public abstract java.lang.String getPortType()

getOperationName

public abstract java.lang.String getOperationName()

getContext

public abstract Context getContext()

getInvocationSummary

public abstract InvocationSummary getInvocationSummary()

getPropagatedPolicy

public abstract CompositePolicy getPropagatedPolicy()
Gives the propagated policy that the selected endpoint requires.

Returns:
A CompositePolicy that is the propagated policy for the selected endpoint, or null if the endpoint does not require one.


Copyright © 2002-2009 IBM. All Rights Reserved.