public interface IRealm extends Realm
| Modifier and Type | Method and Description |
|---|---|
void |
addPeerName(String name)
Append new host (peer) to this realm
|
IAgent |
getAgent()
Get the processing agent for this realm
|
IAgentConfiguration |
getAgentConfiguration()
Get agent configuration values for this realm.
|
String[] |
getPeerNames()
Return list of real peers
|
boolean |
hasPeerName(String name)
Checks if a peer name belongs to this realm
|
void |
removePeerName(String name)
Remove peer from this realm
|
getApplicationId, getExpirationTime, getLocalAction, getName, isDynamic, isLocalString[] getPeerNames()
void addPeerName(String name)
host - name of peer hostvoid removePeerName(String name)
host - name of peer hostboolean hasPeerName(String name)
name - name of peer hostIAgent getAgent()
IAgentConfiguration getAgentConfiguration()
Copyright © 2016. All Rights Reserved.