Oracle Application Server Wireless Java API Reference
B14043-01


oracle.wireless.billing
Interface BillingContext

All Known Subinterfaces:
MobileAlertSubscriber, ServiceAlertSubscription, ServiceContext, UserDownloadStatus
All Known Implementing Classes:
ReceivingBillingContext, SendingBillingContext

public interface BillingContext

The billing context. The static list of unique component names are listed below Every component also needs to implement this dummy interface to pass the component specific billing information container to be used to construct a service detail record


Field Summary
static java.lang.String ALERT_COMPONENT
           
static java.lang.String MESSAGING_COMPONENT
           
static java.lang.String PROVISIONING_COMPONENT
           
static java.lang.String PUSH_COMPONENT
           
static java.lang.String RUNTIME_COMPONENT
           

 

Field Detail

ALERT_COMPONENT

public static final java.lang.String ALERT_COMPONENT
See Also:
Constant Field Values

MESSAGING_COMPONENT

public static final java.lang.String MESSAGING_COMPONENT
See Also:
Constant Field Values

PROVISIONING_COMPONENT

public static final java.lang.String PROVISIONING_COMPONENT
See Also:
Constant Field Values

PUSH_COMPONENT

public static final java.lang.String PUSH_COMPONENT
See Also:
Constant Field Values

RUNTIME_COMPONENT

public static final java.lang.String RUNTIME_COMPONENT
See Also:
Constant Field Values

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.