org.openrdf.elmo
Interface Message

All Superinterfaces:
Entity

public interface Message
extends Entity

The base class for all messages.


Method Summary
 Set<Object> elmoInvoke()
          Send this message to its target.
 Set<Object> getElmoLiteralResponse()
          The return value of this message.
 Set<Object> getElmoObjectResponse()
          The return value of this message.
 Object getElmoTarget()
          The receiver of this message.
 void setElmoLiteralResponse(Set<?> elmoLiteralResponse)
          The return value of this message.
 void setElmoObjectResponse(Set<?> elmoObjectResponse)
          The return value of this message.
 void setElmoTarget(Object elmoTarget)
          The receiver of this message.
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getElmoLiteralResponse

Set<Object> getElmoLiteralResponse()
The return value of this message.


setElmoLiteralResponse

void setElmoLiteralResponse(Set<?> elmoLiteralResponse)
The return value of this message.


getElmoObjectResponse

Set<Object> getElmoObjectResponse()
The return value of this message.


setElmoObjectResponse

void setElmoObjectResponse(Set<?> elmoObjectResponse)
The return value of this message.


getElmoTarget

Object getElmoTarget()
The receiver of this message.


setElmoTarget

void setElmoTarget(Object elmoTarget)
The receiver of this message.


elmoInvoke

Set<Object> elmoInvoke()
Send this message to its target.



Copyright © 2004-2008 Aduna. All Rights Reserved.