|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.AbstractUniversalBody
org.objectweb.proactive.core.body.AbstractBody
org.objectweb.proactive.core.body.HalfBody
Field Summary |
Fields inherited from class org.objectweb.proactive.core.body.AbstractBody |
ftmanager, internalBodySecurity, isInterfaceSecureImplemented, isSecurityOn, localBodyStrategy, logger, openedSessions, psm, spmdManager, threadStore |
Fields inherited from class org.objectweb.proactive.core.body.AbstractUniversalBody |
bodyID, jobID, location, nodeURL, remoteBody, remoteBodyFactory |
Method Summary | |
void |
addMessageEventListener(MessageEventListener listener)
Adds a listener of MessageEvent to this body. |
static HalfBody |
getHalfBody(MetaObjectFactory factory)
|
java.lang.String |
getJobID()
|
protected int |
internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
protected int |
internalReceiveRequest(Request request)
Receives a request for later processing. |
void |
removeMessageEventListener(MessageEventListener listener)
Removes the MessageEventListener from this body. |
void |
setImmediateService(java.lang.String methodName)
For setting an immediate service for this body. |
void |
updateNodeURL(java.lang.String newNodeURL)
Set the nodeURL of this body |
Methods inherited from class org.objectweb.proactive.core.body.AbstractUniversalBody |
getID, getNodeURL, getRemoteAdapter, updateLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.proactive.core.body.UniversalBody |
getID, getNodeURL, getRemoteAdapter, updateLocation |
Method Detail |
public static HalfBody getHalfBody(MetaObjectFactory factory)
public void addMessageEventListener(MessageEventListener listener)
MessageEventProducer
listener
- the listener to addpublic void removeMessageEventListener(MessageEventListener listener)
MessageEventProducer
listener
- the listener to removeprotected int internalReceiveRequest(Request request) throws java.io.IOException
internalReceiveRequest
in class AbstractBody
request
- the request to process
java.io.IOException
- if the request cannot be acceptedprotected int internalReceiveReply(Reply reply) throws java.io.IOException
internalReceiveReply
in class AbstractBody
reply
- the reply received
java.io.IOException
- if the reply cannot be acceptedpublic void setImmediateService(java.lang.String methodName)
UniversalBody
public java.lang.String getJobID()
getJobID
in interface Job
getJobID
in class AbstractUniversalBody
Job.getJobID()
public void updateNodeURL(java.lang.String newNodeURL)
Body
newNodeURL
- the new URL of the node
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |