org.openrdf.repository.object.traits
Interface BooleanMessage


public interface BooleanMessage

Represents a method call with a primitive boolean return type.

Author:
James Leigh

Method Summary
 java.lang.Object getMsgTarget()
          The receiver of this message.
 java.lang.Object[] getParameters()
          The parameter values used in this message.
 boolean proceed()
          Called to allow the message to proceed to the next implementation method.
 void setParameters(java.lang.Object[] objParameters)
          The parameter values used in this message.
 

Method Detail

getMsgTarget

java.lang.Object getMsgTarget()
The receiver of this message.


getParameters

java.lang.Object[] getParameters()
The parameter values used in this message.


setParameters

void setParameters(java.lang.Object[] objParameters)
The parameter values used in this message.


proceed

boolean proceed()
Called to allow the message to proceed to the next implementation method.



Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.