Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface ServiceAccessPoint

All Superinterfaces:
AccessPoint, ModelObject, XMLObject

public interface ServiceAccessPoint
extends AccessPoint

A Service Level access point allows access to only one service through the access point.


Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier.

 

Method Summary
 Service getService()
           
 void setService(Service service)
          Sets the service that can be accessed by this access point

 

Methods inherited from interface oracle.panama.model.AccessPoint
getAddress, getBrand, getDeliveryType, getDescription, getNormalizedAddress, isAccessible, setAddress, setBrand, setDescription

 

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier.
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
Method Detail

getService

public Service getService()
Returns:
the service that can be accessed through this access point

setService

public void setService(Service service)
Sets the service that can be accessed by this access point
Parameters:
service - the service

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.