Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface ServiceCategoryAccessPoint

All Superinterfaces:
AccessPoint, ModelObject, XMLObject

public interface ServiceCategoryAccessPoint
extends AccessPoint

A Service Category access point allows access to a set of services 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
 void addServiceCategory(ServiceCategory serviceCategory)
          Add Service Category.
 ServiceCategory[] getServiceCategories()
           
 boolean isAllowAccessToAllServices()
          Whether accesses to any service is allowed through this access point
 boolean isDedicated()
           
 void removeServiceCategory(ServiceCategory serviceCategory)
          Remove a Service Category
 void setAllowAccessToAllServices(boolean allowAccessToAllServices)
          Sets the value of allowAccessToAllServices property.
 void setDedicated(boolean dedicated)
           
 void setServiceCategories(ServiceCategory[] serviceCategories)
          Sets Service Categories for 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

addServiceCategory

public void addServiceCategory(ServiceCategory serviceCategory)
Add Service Category.
Parameters:
serviceCategory - a non null service category

removeServiceCategory

public void removeServiceCategory(ServiceCategory serviceCategory)
Remove a Service Category

setServiceCategories

public void setServiceCategories(ServiceCategory[] serviceCategories)
Sets Service Categories for this access point
Parameters:
serviceCategories - an array of service categories

getServiceCategories

public ServiceCategory[] getServiceCategories()
Returns:
array of service categories

isAllowAccessToAllServices

public boolean isAllowAccessToAllServices()
Whether accesses to any service is allowed through this access point
Returns:
true if access to any service is allowed through this access point

setAllowAccessToAllServices

public void setAllowAccessToAllServices(boolean allowAccessToAllServices)
Sets the value of allowAccessToAllServices property. The value of allowAccessToAllServices can be set to true only if there are no Service Categories associated with the access point

isDedicated

public boolean isDedicated()

setDedicated

public void setDedicated(boolean dedicated)

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.