Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mp.privacy
Class LocationPrivacyDomain

java.lang.Object
  extended byoracle.panama.mp.privacy.LocationPrivacyDomain

All Implemented Interfaces:
java.io.Serializable

public class LocationPrivacyDomain
extends java.lang.Object
implements java.io.Serializable

The LocationPrivacyDomain class defines the scope on which an Authorization is valid. This Authorization scope can be granted within the alert service itself (ALERT_DOMAIN), to all alerts in the alert service domain (MASTER_ALERT_DOMAIN), the application service domain (SERVICE_DOMAIN), and the system compenents domain (SYSTEM_DOMAIN).

See Also:
Serialized Form

Field Summary
static java.lang.String ALERT_DOMAIN
Only the alert service domain
static java.lang.String MASTER_ALERT_DOMAIN
All alerts in the alert domain
static java.lang.String SERVICE_DOMAIN
Application service domain
static java.lang.String SYSTEM_DOMAIN
System components domain

Constructor Summary
LocationPrivacyDomain()
Default constructor.
LocationPrivacyDomain(oracle.panama.alert.AlertService domain)
Constructor
LocationPrivacyDomain(MasterAlertService domain)
Constructor
LocationPrivacyDomain(ModelObject domain)
Constructor
LocationPrivacyDomain(Service domain)
Constructor

Method Summary
ModelObject getDomain()
Returns the domain.
java.lang.String getDomainType()
Returns the domain type.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

ALERT_DOMAIN

public static final java.lang.String ALERT_DOMAIN
Only the alert service domain
See Also:
Constant Field Values

MASTER_ALERT_DOMAIN

public static final java.lang.String MASTER_ALERT_DOMAIN
All alerts in the alert domain
See Also:
Constant Field Values

SERVICE_DOMAIN

public static final java.lang.String SERVICE_DOMAIN
Application service domain
See Also:
Constant Field Values

SYSTEM_DOMAIN

public static final java.lang.String SYSTEM_DOMAIN
System components domain
See Also:
Constant Field Values

Constructor Detail

LocationPrivacyDomain

public LocationPrivacyDomain()
Default constructor. Defaults to SYSTEM_DOMAIN.

LocationPrivacyDomain

public LocationPrivacyDomain(oracle.panama.alert.AlertService domain)
Constructor

LocationPrivacyDomain

public LocationPrivacyDomain(MasterAlertService domain)
Constructor

LocationPrivacyDomain

public LocationPrivacyDomain(ModelObject domain)
Constructor

LocationPrivacyDomain

public LocationPrivacyDomain(Service domain)
Constructor

Method Detail

getDomain

public ModelObject getDomain()
Returns the domain.
Returns:
the string representing the domain

getDomainType

public java.lang.String getDomainType()
Returns the domain type.
Returns:
the string representing the domain type

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.