|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Public interface to collect the component specific billing data and construct the Service detail record with appropriate extended attributes This class is initialized using singleton pattern. The implementation must have a method like public static BillingDataCollector getInstance()
| Field Summary | |
static java.lang.String |
ATTRIBUTE_INVOKERThe extended attribute name used to indicate the module which invokes the service at runtime |
static java.lang.String |
INVOKER_TYPE_AGENTInvoker type: The deprecated Alert daemon |
static java.lang.String |
INVOKER_TYPE_ALERTInvoker type: The Mobile Alert |
static java.lang.String |
INVOKER_TYPE_ASYNCInvoker type: The Async/Ask server |
static java.lang.String |
INVOKER_TYPE_HTTPInvoker type: The HTTP/Web based service |
static java.lang.String |
INVOKER_TYPE_PROVISIONINGInvoker type: The Provisioning service invoked as a jsp |
| Method Summary | |
ServiceDetailRecord |
createServiceDetailRecord(BillingContext context)Returns the component specific billing context based on the context object |
BillingTransaction |
getCurrentTransaction()Returns the current billing transaction |
void |
setCurrentTransaction(BillingTransaction transaction)Sets the transaction for the current transaction |
| Field Detail |
public static final java.lang.String ATTRIBUTE_INVOKER
public static final java.lang.String INVOKER_TYPE_AGENT
public static final java.lang.String INVOKER_TYPE_ALERT
public static final java.lang.String INVOKER_TYPE_ASYNC
public static final java.lang.String INVOKER_TYPE_HTTP
public static final java.lang.String INVOKER_TYPE_PROVISIONING
| Method Detail |
public ServiceDetailRecord createServiceDetailRecord(BillingContext context)
context - the component specific billing context objectpublic BillingTransaction getCurrentTransaction()
public void setCurrentTransaction(BillingTransaction transaction)
transaction - the current transaction
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||