org.openrdf.repository.object.traits
Interface IntegerMessage


public interface IntegerMessage

Represents a method call with a primitive int return type.

Author:
James Leigh

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

Method Detail

getMsgTarget

Object getMsgTarget()
The receiver of this message.


getParameters

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


setParameters

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


proceed

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



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