Interface ManagementSrv.Iface
- All Known Implementing Classes:
ManagementSrv.Client
- Enclosing class:
- ManagementSrv
public static interface ManagementSrv.Iface
-
Method Summary
Modifier and Type Method Description SessionStateget(String id, EventRange range)Map<String,Value>getContext(String id)
-
Method Details
-
get
SessionState get(String id, EventRange range) throws WithdrawalSessionNotFound, org.apache.thrift.TException- Throws:
WithdrawalSessionNotFoundorg.apache.thrift.TException
-
getContext
Map<String,Value> getContext(String id) throws WithdrawalSessionNotFound, org.apache.thrift.TException- Throws:
WithdrawalSessionNotFoundorg.apache.thrift.TException
-