|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalAction | |
|---|---|
| org.jdiameter.api | |
| Uses of LocalAction in org.jdiameter.api |
|---|
| Fields in org.jdiameter.api declared as LocalAction | |
|---|---|
protected LocalAction |
Realm.action
|
| Methods in org.jdiameter.api that return LocalAction | |
|---|---|
LocalAction |
Realm.getLocalAction()
Return realm local action for this realm |
static LocalAction |
LocalAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LocalAction[] |
LocalAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jdiameter.api with parameters of type LocalAction | |
|---|---|
Realm |
RealmTable.addRealm(java.lang.String realmName,
ApplicationId applicationId,
LocalAction action,
boolean dynamic,
long expirationTime)
Add new realm to realm table |
| Constructors in org.jdiameter.api with parameters of type LocalAction | |
|---|---|
Realm(java.lang.String name,
ApplicationId appId,
LocalAction action,
boolean dynamic,
long expirationTime)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||