Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Interface DeviceGroupAssociation


public interface DeviceGroupAssociation

A DeviceGroupAssociation represents the association between a Service and a DeviceGroup

See Also:
DeviceGroup, Service

Method Summary
 DeviceGroup getDeviceGroup()
          Return the device group for which this association is about.
 Operator getOperator()
          Return the operator between this group and the following one.
 boolean isExclusive()
          Return whether the device group association has been modified to be exclusive.

 

Method Detail

getDeviceGroup

public DeviceGroup getDeviceGroup()
Return the device group for which this association is about.
Returns:
the device group for which this association is about.

getOperator

public Operator getOperator()
Return the operator between this group and the following one. It could be null, in case of the device group association is the last one.
Returns:
The operator between this group and the following one. Could be null in case the device group is the last on the list.

isExclusive

public boolean isExclusive()
Return whether the device group association has been modified to be exclusive.
Returns:
whether the device group association has been modified to be exclusive.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.