org.openrdf.repository.object.traits
Interface VoidMessage


public interface VoidMessage

Represents a method call with a void return type.

Author:
James Leigh

Method Summary
 Object getMsgTarget()
          The receiver of this message.
 Object[] getParameters()
          The parameter values used in this message.
 void 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

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



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