fr.dyade.aaa.agent
Class SyncNotification
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.SyncNotification
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- GetConnectionNot, GetProxyIdListNot, GetProxyIdNot, OpenConnectionNot
- public class SyncNotification
- extends Notification
This notification is used to synchronously call a
local agent from a collocated thread.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SyncNotification
protected SyncNotification()
invoke
public java.lang.Object[] invoke(AgentId to)
throws java.lang.InterruptedException,
java.lang.Exception
- Throws:
java.lang.InterruptedException
java.lang.Exception
Throw
public void Throw(java.lang.Exception exc)
Return
public void Return(java.lang.Object[] values)
getValue
public java.lang.Object getValue(int index)
getException
public final java.lang.Exception getException()
Copyright ? 2004 Scalagent - All rights reserved