|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.SubscribeRequest
This class specifies the request for subscription interface between the subscription clients and the Subscribe service provider.
Field Summary | |
static int |
ActorBehaviourPlaugOut
|
static int |
ActorBehaviourPlugIn
|
static int |
ActorCapabilities
|
static int |
ActorChangeBehaviour
|
static int |
ActorCreate
|
static int |
ActorPlay
|
static int |
ActorPlugIn
|
static int |
ActorPlugOut
|
static int |
ActorRemove
|
java.lang.String[] |
applType
The set of applications that shall be reported. |
int[] |
eventTypes
The set of event types that shall be reported. null means all. |
static int |
Immediately
|
static int |
Periodically
|
static int |
PlayChangesPlugIn
|
static int |
PlayPlugIn
|
static int |
PlayPlugOut
|
GAI |
requestor
Address to client that request for the service, and where the reports will be sent |
static int |
RoleSessionAction
|
static int |
RoleSessionCreate
|
static int |
RoleSessionRemove
|
static java.lang.String[] |
RT
|
GAI[] |
scope
The set of addresses that shall be reported. |
static int |
SpecifiedTime
|
static int |
SubscribeCancel
|
static int |
SubscribeReport
|
static int |
SubscribeRequest
|
static int |
WhenCancel
|
int |
whenType
Specifies when reports shall be given. |
java.lang.String |
whenValue
see 'whenType'. |
Constructor Summary | |
SubscribeRequest(GAI rq,
int[] et,
GAI[] adr,
java.lang.String[] at,
int wt,
java.lang.String vv)
Build subscription request. |
Method Summary | |
java.lang.String |
toString()
Convert to textual representation of SubscribeRequest object. |
static java.lang.String |
toString(SubscribeRequest obj)
Convert to textual representation of SubscribeRequest object. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public GAI requestor
public int[] eventTypes
public static final int PlayPlugIn
public static final int PlayChangesPlugIn
public static final int PlayPlugOut
public static final int ActorPlugIn
public static final int ActorPlugOut
public static final int ActorBehaviourPlugIn
public static final int ActorChangeBehaviour
public static final int ActorBehaviourPlaugOut
public static final int ActorPlay
public static final int SubscribeRequest
public static final int SubscribeReport
public static final int SubscribeCancel
public static final int RoleSessionAction
public static final int ActorCapabilities
public static final int ActorCreate
public static final int ActorRemove
public static final int RoleSessionCreate
public static final int RoleSessionRemove
public static java.lang.String[] RT
public GAI[] scope
public java.lang.String[] applType
public int whenType
public static final int Immediately
public static final int Periodically
public static final int SpecifiedTime
public static final int WhenCancel
public java.lang.String whenValue
Constructor Detail |
public SubscribeRequest(GAI rq, int[] et, GAI[] adr, java.lang.String[] at, int wt, java.lang.String vv)
rq
- Address to client that request for the service, and where the
reports will be sent.et
- Those that is defined in class 'RequestPars'. The set of
addresses that shall be reported. May be partially specified.
null means all.adr
- The set of applications that shall be reported. Not defined
yet how this shall be applied.wt
- Specifies when reports shall be given (see 'whenType').vv
- Specifies time periode or exact time for report (se 'whenType').Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String toString(SubscribeRequest obj)
obj
- SubscribeRequest object - if existing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |