JTAPI_html 用于JTAPI的HTML文档.

源代码在线查看: java.telephony.phone.capabilities.componentgroupcapabilities.html

软件大小: 505 K
上传用户: sinoarts
关键词: JTAPI_html JTAPI HTML 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

																												  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															

相关资源