All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.dip.DipVetoableMethodListener

public interface interface DipVetoableMethodListener
extends VetoableMethodListener, DipListenerAuxiliary
This interface combines the VetoableMethodListener and DipListenerAuxiliary interfaces.


Method Index

 o needsArguments()
Indicates whether the DipVetoableMethodListener interface needs to have the method arguments marshaled in the MethodCallEvent.

Methods

 o needsArguments
 public abstract boolean needsArguments()
Indicates whether the DipVetoableMethodListener interface needs to have the method arguments marshaled in the MethodCallEvent. If the listener does not need the method arguments, the bean improves its performance by not gathering them.

Returns:
true if arguments are needed; false otherwise.
See Also:
MethodCallEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index