|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
activate()
Activate the aglet |
void |
checkValidation()
|
void |
delegateMessage(Message msg)
Delegates a message |
java.lang.String |
getAddress()
Gets the address of the target aglet. |
Aglet |
getAglet()
Gets the aglet. |
AgletInfo |
getAgletInfo()
Gets the information of the aglet |
boolean |
isActive()
Checks if it's active. |
boolean |
isRemote()
Checks if it's valid. |
boolean |
isState(int s)
Checks a state of the aglet. |
boolean |
isValid()
Checks if it's valid. |
void |
resume()
Resume the aglet |
FutureReply |
sendFutureMessage(Message msg)
Sends a future message in asynchronous way. |
java.lang.Object |
sendMessage(Message msg)
Sends a message in synchronous way. |
void |
sendOnewayMessage(Message msg)
Sends an oneway message |
Methods inherited from interface com.ibm.awb.weakref.Ref |
getRef, getRefClassName, referenced, setRef, unreferenced, writeInfo |
Method Detail |
public void activate() throws java.io.IOException, AgletException
public void checkValidation() throws InvalidAgletException
public void delegateMessage(Message msg) throws InvalidAgletException
public java.lang.String getAddress() throws InvalidAgletException
public Aglet getAglet() throws InvalidAgletException
java.lang.SecurityException
- if the current execution is not allowed.public AgletInfo getAgletInfo()
public boolean isActive()
public boolean isRemote()
public boolean isState(int s)
public boolean isValid()
public void resume() throws AgletException
public FutureReply sendFutureMessage(Message msg) throws InvalidAgletException
msg
- the message to sendpublic java.lang.Object sendMessage(Message msg) throws MessageException, InvalidAgletException, NotHandledException
msg
- the message to sendpublic void sendOnewayMessage(Message msg) throws InvalidAgletException
msg
- the message to send
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |