org.openrdf.repository.object.concepts
Interface Message

All Known Implementing Classes:
InvocationMessageContext

public interface Message

Invocation context for behaviour methods. Can be used in conjunction with

Author:
James Leigh

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

getTarget

Object getTarget()
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

Object proceed()
               throws Exception
Called to allow the message to proceed to the next implementation method.

Throws:
Exception


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