public interface RealmTable extends Wrapper
if (stack.isWrapperFor(RealmTable.class)) {
RealmTable realmTabke = stack.unwrap(RealmTable.class);
.....
}
| Modifier and Type | Method and Description |
|---|---|
Realm |
addRealm(String realmName,
ApplicationId applicationId,
LocalAction action,
String agentConfiguration,
boolean dynamic,
long expirationTime,
String[] hosts)
Add new realm to realm table
|
Statistic |
getStatistic(String realmName)
Return different network statistics
|
boolean |
realmExists(String realmName)
Checks if there is such realm entry.
|
isWrapperFor, unwrapStatistic getStatistic(String realmName)
realmName - realmNameRealm addRealm(String realmName, ApplicationId applicationId, LocalAction action, String agentConfiguration, boolean dynamic, long expirationTime, String[] hosts) throws InternalException
realmName - name of realmapplicationId - application id of realmaction - action of realmagentConfiguration - resource for configuration of action dependent agent, may be null.dynamic - commCode of realmexpirationTime - expiration time of realmextraConf - - additional configuration which may be used by implementationInternalException - - when realm definition under pKey and sKey existboolean realmExists(String realmName)
realmName - Copyright © 2016. All Rights Reserved.