Interface java.telephony.phone.capabilities.ComponentGroupCapabilities All Packages Class Hierarchy This Package Previous Next Index Interface java.telephony.phone.capabilities.ComponentGroupCapabilities public interface ComponentGroupCapabilities extends Object canActivate() Returns true if the ComponentGroup can be "activated" on the Terminal that the ComponentGroup is associated with. canActivate(Address) Returns true if the ComponentGroup can be "activated" on the specified Address at the Terminal that the ComponentGroup is associated with. canActivate public abstract boolean canActivate() Returns true if the ComponentGroup can be "activated" on the Terminal that the ComponentGroup is associated with. For example, activation of a headset on a certain Terminal allows media to flow between the headset and the telephone line associated with the terminal for all calls on the line . This method allows the application to determine if activation of the ComponentGroup on its Terminal is supported. Returns: True if the component group can be activated on its Terminal, false otherwise. canActivate public abstract boolean canActivate(Address address) Returns true if the ComponentGroup can be "activated" on the specified Address at the Terminal that the ComponentGroup is associated with. For example, activation of a headset on a certain Address at a Terminal allows media to flow between the headset and the telephone line associated with the Terminal for all calls on the specified Address. This method allows the application to determine if activation of the ComponentGroup on a specific Address at a Terminal is supported. Returns: True if the component group can be activated on its Terminal at the specified Address, false otherwise. All Packages Class Hierarchy This Package Previous Next Index