|
Core API 6.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.juniper.smgt.sae.portal.Action
The Action class encapsulated an action that can be taken
for a subscriber.
| Field Summary | |
static int |
ACTIVATE
A possible value for this bean's operation property. |
static int |
DEACTIVATE
A possible value for this bean's operation property. |
static int |
DENY
A possible value for this bean's operation property. |
static int |
DENY_AND_DEACTIVATE
A possible value for this bean's operation property. |
| Constructor Summary | |
Action()
Default constrcutor |
|
Action(int operation,
String serviceName)
Constrcutor with eventDate and actions |
|
Action(int operation,
String serviceName,
net.juniper.smgt.sae.sae.Attr[] attributes)
Constrcutor with eventDate and actions |
|
| Method Summary | |
net.juniper.smgt.sae.sae.Attr[] |
getAttributes()
|
int |
getOperation()
Gets the value for this bean's operation property. |
String |
getServiceName()
Gets the value for this bean's serviceName property. |
void |
setAttributes(net.juniper.smgt.sae.sae.Attr[] attributes)
|
void |
setOperation(int operation)
Sets the value for this bean's operation property. |
void |
setServiceName(String serviceName)
Sets the value for this bean's serviceName property. |
String |
toString()
For debugging only. |
String |
toString(net.juniper.smgt.sae.sae.Attr[] attributes)
For debugging only. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int DEACTIVATE
operation property. A
DEACTIVATE operation indicates a request to
deactivate the subscription to the service.
setOperation(int),
Subscription.setActive(boolean),
Constant Field Valuespublic static final int ACTIVATE
operation property. A
ACTIVATE operation indicates a request to
activate the subscription to the service.
setOperation(int),
Constant Field Valuespublic static final int DENY
operation property. A
DENY operation indicates a request to
Deny Service Activation.
Any new service activations for the concerned service attempted within the specified time period will not be authorized. Service Sessions that are already active will not be affected.
setOperation(int),
Constant Field Valuespublic static final int DENY_AND_DEACTIVATE
operation property. A
DENY_AND_DEACTIVATE operation indicates a request to
Deny Service Activation and Deactivate.
Any new service activations for the concerned service attempted within the specified time period will not be authorized. Furthermore, if the service is active when the clock turns to the time period it will automatically be deactivated.
setOperation(int),
Constant Field Values| Constructor Detail |
public Action()
public Action(int operation,
String serviceName)
public Action(int operation,
String serviceName,
net.juniper.smgt.sae.sae.Attr[] attributes)
| Method Detail |
public void setOperation(int operation)
operation property. The
operation can be to activate to deactivate the subscription to the
service.
getOperation(),
Subscription.setActive(boolean)public int getOperation()
operation property. The
operation can be to activate to deactivate the subscription to the
service.
setOperation(int),
Subscription.setActive(boolean)public void setServiceName(String serviceName)
serviceName property. The
operation of this action is performed in this service.
The Subscriber should have a subscription to this service at the time the action is to be taken.
getServiceName(),
Subscription.setActive(boolean)public String getServiceName()
serviceName property. The
operation of this action is performed in this service.
The Subscriber should have a subscription to this service at the time the action is to be taken.
setServiceName(java.lang.String),
Subscription.setActive(boolean)public net.juniper.smgt.sae.sae.Attr[] getAttributes()
public void setAttributes(net.juniper.smgt.sae.sae.Attr[] attributes)
attributes - public String toString()
toString in class Objectpublic String toString(net.juniper.smgt.sae.sae.Attr[] attributes)
|
Core API 6.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||