JSR-043: JTAPI-1.4

javax.telephony.phone.capabilities
Interface ComponentGroupCapabilities


public interface ComponentGroupCapabilities

Component Group Capabilities interface


Method Summary
 boolean canActivate()
          Returns true if the ComponentGroup can be "activated" on the Terminal that the ComponentGroup is associated with.
 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.
 

Method Detail

canActivate

public 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 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.

Parameters:
address - test if feature available for this address
Returns:
True if the component group can be activated on its Terminal at the specified Address, false otherwise.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org