public static class SyncNotification.Context extends Object
Modifier and Type | Field and Description |
---|---|
private SyncNotification.Result |
res |
private Notification |
syncRequest |
Constructor and Description |
---|
Context(Notification syncRequest) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
Object |
getValue(int index) |
Object[] |
invoke(AgentId to) |
void |
Return(Object[] values) |
void |
Throw(Exception exc) |
private Notification syncRequest
private SyncNotification.Result res
public Context(Notification syncRequest)
public Object[] invoke(AgentId to) throws InterruptedException, Exception
InterruptedException
Exception
public void Throw(Exception exc)
public void Return(Object[] values)
public Object getValue(int index)
public final Exception getException()
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.