com.ibm.diameter.sh.util
Class SubsReqType

java.lang.Object
  extended by com.ibm.diameter.sh.util.SubsReqType

public class SubsReqType
extends java.lang.Object

Describes the SubsReqType values that may be specified for the subscribe Web service methods.

See Also:
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

Subscribe

public static final int Subscribe
Subs-Req-Type This value is used by an AS to subscribe to notifications of changes in data.

See Also:
Constant Field Values

Unsubscribe

public static final int Unsubscribe
Subs-Req-Type This value is used by an AS to unsubscribe to notifications of changes in data.

See Also:
Constant Field Values
Constructor Detail

SubsReqType

public SubsReqType()
Method Detail

isSubsReqTypeDefined

public 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.

Parameters:
SubsReqType - value to be tested
Returns:
boolean indicating whether the specified SubsReqType value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.