|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecureMode | |
---|---|
org.avis.client |
Uses of SecureMode in org.avis.client |
---|
Methods in org.avis.client that return SecureMode | |
---|---|
SecureMode |
Subscription.secureMode()
The secure mode specified for receipt of notifications. |
static SecureMode |
SecureMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SecureMode[] |
SecureMode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.avis.client with parameters of type SecureMode | |
---|---|
void |
Elvin.send(Notification notification,
Keys keys,
SecureMode secureMode)
Send a notification. |
void |
Elvin.send(Notification notification,
SecureMode secureMode)
Send a notification with a specified security mode. |
void |
Subscription.setSecureMode(SecureMode newMode)
Change the subscription's secure delivery requirement. |
Subscription |
Elvin.subscribe(String subscriptionExpr,
Keys keys,
SecureMode secureMode)
Create a new subscription. |
Subscription |
Elvin.subscribe(String subscriptionExpr,
SecureMode secureMode)
Create a new subscription with a given security mode but with an empty key set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |