fr.dyade.aaa.agent
Class SyncNotification
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.SyncNotification
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- GetConnectionNot, GetProxyIdListNot, GetProxyIdNot, GetRequestIdNot, 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 fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
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 © 2011 ScalAgent D.T.. All Rights Reserved.