Uses of Class
org.jdiameter.api.Realm

Packages that use Realm
org.jdiameter.api   
 

Uses of Realm in org.jdiameter.api
 

Methods in org.jdiameter.api that return Realm
 Realm RealmTable.addRealm(java.lang.String realmName, ApplicationId applicationId, LocalAction action, boolean dynamic, long expirationTime)
          Add new realm to realm table
 Realm RealmTable.getRealm(java.lang.String realmName, ApplicationId applicationId)
          Return realm entry
 Realm RealmTable.removeRealm(java.lang.String realmName)
          Remove realm from realm table
 

Methods in org.jdiameter.api that return types with arguments of type Realm
 java.util.List<Realm> RealmTable.getAllRealms()
          Return no mutable list of elements realm table
 



Copyright © 2009. All Rights Reserved.