All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.dip.DipMethodCallListener
- public interface interface DipMethodCallListener
- extends MethodCallListener, DipListenerAuxiliary
This interface combines the MethodCallListener
and DipListenerAuxiliary interfaces.
-
needsArguments()
- Indicates whether the DipMethodCallListener interface
needs to have the method arguments marshaled in the MethodCallEvent.
needsArguments
public abstract boolean needsArguments()
- Indicates whether the DipMethodCallListener 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