fr.dyade.aaa.agent
Class SyncNotification.Context

java.lang.Object
  extended by fr.dyade.aaa.agent.SyncNotification.Context
Enclosing class:
SyncNotification

public static class SyncNotification.Context
extends java.lang.Object


Field Summary
private  SyncNotification.Result res
           
private  Notification syncRequest
           
 
Constructor Summary
SyncNotification.Context(Notification syncRequest)
           
 
Method Summary
 java.lang.Exception getException()
           
 java.lang.Object getValue(int index)
           
 java.lang.Object[] invoke(AgentId to)
           
 void Return(java.lang.Object[] values)
           
 void Throw(java.lang.Exception exc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

syncRequest

private Notification syncRequest

res

private SyncNotification.Result res
Constructor Detail

SyncNotification.Context

public SyncNotification.Context(Notification syncRequest)
Method Detail

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 © 2010 ScalAgent D.T.. All Rights Reserved.