|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.SubsReqType
public class SubsReqType
Describes the SubsReqType values that may be specified for the subscribe Web service methods.
com.ibm.diameter.sh.DiameterShService#subscribeRepositoryData
,
com.ibm.diameter.sh.DiameterShService#subscribeUserData
Field Summary | |
---|---|
static int |
Subscribe
Subs-Req-Type This value is used by an AS to subscribe to notifications of changes in data. |
static int |
Unsubscribe
Subs-Req-Type This value is used by an AS to unsubscribe to notifications of changes in data. |
Constructor Summary | |
---|---|
SubsReqType()
|
Method Summary | |
---|---|
static boolean |
isSubsReqTypeDefined(int type)
Used by the Sh subscriber profile Web service to validate the SubsReqType value specified for the subscribe Web service methods. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Subscribe
public static final int Unsubscribe
Constructor Detail |
---|
public SubsReqType()
Method Detail |
---|
public static boolean isSubsReqTypeDefined(int type)
SubsReqType
- value to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |