A B C D E F G I L N P R S T U V _

A

addCuaeSession(String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
addCuaeSession(String) - Method in interface cisco.uc.cuae.EtchBridgeServer
 
addCuaeSession(String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 
appName - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
AppName set in the event message

B

BaseEtchBridgeClient - Class in cisco.uc.cuae
Base implementation of EtchBridgeClient, with default method implementations which throw UnsupportedOperationException.
BaseEtchBridgeClient() - Constructor for class cisco.uc.cuae.BaseEtchBridgeClient
 
BaseEtchBridgeServer - Class in cisco.uc.cuae
Base implementation of EtchBridgeServer, with default method implementations which throw UnsupportedOperationException.
BaseEtchBridgeServer() - Constructor for class cisco.uc.cuae.BaseEtchBridgeServer
 

C

cisco.uc.cuae - package cisco.uc.cuae
 
configValue - Variable in class cisco.uc.cuae.EtchBridge.ConfigEntry
Value of config entry

D

data - Variable in exception cisco.uc.cuae.EtchBridge.BridgeException
 
dataType - Variable in class cisco.uc.cuae.EtchBridge.ConfigEntry
Data type of config entry
detail - Variable in exception cisco.uc.cuae.EtchBridge.BridgeException
 

E

errorCode - Variable in exception cisco.uc.cuae.EtchBridge.BridgeException
 
errorString - Variable in exception cisco.uc.cuae.EtchBridge.BridgeException
 
EtchBridge - Interface in cisco.uc.cuae
Abstraction of functions needed by Etch Bridge
EtchBridge.BridgeException - Exception in cisco.uc.cuae
Exception thrown when there are problems with Etch Bridge
EtchBridge.BridgeException() - Constructor for exception cisco.uc.cuae.EtchBridge.BridgeException
Constructs the BridgeException.
EtchBridge.BridgeException(Integer, String, String, Object) - Constructor for exception cisco.uc.cuae.EtchBridge.BridgeException
Constructs the BridgeException.
EtchBridge.ConfigEntry - Class in cisco.uc.cuae
Struct to hold application configuration item
EtchBridge.ConfigEntry() - Constructor for class cisco.uc.cuae.EtchBridge.ConfigEntry
Constructs the ConfigEntry.
EtchBridge.ConfigEntry(String, String, Object) - Constructor for class cisco.uc.cuae.EtchBridge.ConfigEntry
Constructs the ConfigEntry.
EtchBridge.EventMessage - Class in cisco.uc.cuae
Type definition for parameter of each plugin's onNotHandled method
EtchBridge.EventMessage() - Constructor for class cisco.uc.cuae.EtchBridge.EventMessage
Constructs the EventMessage.
EtchBridge.EventMessage(String, String, Map, String, String, String, Boolean) - Constructor for class cisco.uc.cuae.EtchBridge.EventMessage
Constructs the EventMessage.
EtchBridge.LogLevel - Enum in cisco.uc.cuae
Log level definition
EtchBridge.PluginStatus - Enum in cisco.uc.cuae
Enum to indicate plugin status
EtchBridgeClient - Interface in cisco.uc.cuae
Abstraction of functions needed by Etch Bridge
EtchBridgeHelper - Class in cisco.uc.cuae
Transport helper for EtchBridge.
EtchBridgeHelper() - Constructor for class cisco.uc.cuae.EtchBridgeHelper
 
EtchBridgeHelper.EtchBridgeClientFactory - Interface in cisco.uc.cuae
Factory used by EtchBridgeHelper.newServer(String, Resources, EtchBridgeClientFactory) to construct a new instance implementing EtchBridgeClient.
EtchBridgeHelper.EtchBridgeServerFactory - Interface in cisco.uc.cuae
Factory used by EtchBridgeHelper.newListener(String, Resources, EtchBridgeServerFactory) to construct a new instance implementing EtchBridgeServer.
EtchBridgeServer - Interface in cisco.uc.cuae
Abstraction of functions needed by Etch Bridge
eventId - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
the fully qualified name of the event, i.e., plugin namespace + event name

F

fields - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
key=string / value=objectthese would be every argument sent up in the original event

G

getAppName() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.
getConfig(String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
getConfig(String) - Method in interface cisco.uc.cuae.EtchBridgeServer
Query application partition configuration items
getConfig(String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 
getConfigValue() - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
Gets the value.
getData() - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Gets the value.
getDataType() - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
Gets the value.
getDetail() - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Gets the value.
getErrorCode() - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Gets the value.
getErrorString() - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Gets the value.
getEventId() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.
getFields() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.
getMessage() - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
 
getName() - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
Gets the value.
getPartitionName() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.
getPartitions() - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
getPartitions() - Method in interface cisco.uc.cuae.EtchBridgeServer
Query application partitions
getPartitions() - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 
getScriptName() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.
getSessionId() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.
getSuppressNoHandler() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Gets the value.

I

init() - Static method in class cisco.uc.cuae.StubEtchBridge
Method used to force static initialization.
init() - Static method in class cisco.uc.cuae.StubEtchBridgeClient
Method used to force static initialization.
init() - Static method in class cisco.uc.cuae.StubEtchBridgeServer
Method used to force static initialization.

L

logWrite(EtchBridge.LogLevel, String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
logWrite(EtchBridge.LogLevel, String) - Method in interface cisco.uc.cuae.EtchBridgeServer
CUAE Etch Bridge notify Etch application has been triggered
logWrite(EtchBridge.LogLevel, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 

N

name - Variable in class cisco.uc.cuae.EtchBridge.ConfigEntry
Name of config entry
newEtchBridgeClient(RemoteEtchBridgeServer) - Method in interface cisco.uc.cuae.EtchBridgeHelper.EtchBridgeClientFactory
Constructs a new instance implementing EtchBridgeClient.
newEtchBridgeServer(RemoteEtchBridgeClient) - Method in interface cisco.uc.cuae.EtchBridgeHelper.EtchBridgeServerFactory
Constructs a new instance implementing EtchBridgeServer.
newListener(String, Resources, EtchBridgeHelper.EtchBridgeServerFactory) - Static method in class cisco.uc.cuae.EtchBridgeHelper
Constructs a new server session listener per specifications in uri and resources.
newServer(String, Resources, EtchBridgeHelper.EtchBridgeClientFactory) - Static method in class cisco.uc.cuae.EtchBridgeHelper
Constructs a new client session per specifications in uri and resources.

P

partitionName - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
PartitionName set in the event message
pluginStatusUpdate(String, String, EtchBridge.PluginStatus) - Method in class cisco.uc.cuae.BaseEtchBridgeClient
 
pluginStatusUpdate(String, String, EtchBridge.PluginStatus) - Method in interface cisco.uc.cuae.EtchBridgeClient
Notification event from Etch Bridge to application when plugin status changes
pluginStatusUpdate(String, String, EtchBridge.PluginStatus) - Method in class cisco.uc.cuae.RemoteEtchBridgeClient
 

R

registerApplication(String, String, String, String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
registerApplication(String, String, String, String) - Method in interface cisco.uc.cuae.EtchBridgeServer
Register Etch application to CUAE Etch Bridge
registerApplication(String, String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 
registerPlugin(String, String, String, String, String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
registerPlugin(String, String, String, String, String) - Method in interface cisco.uc.cuae.EtchBridgeServer
Register Etch plugin to CUAE Etch Bridge
registerPlugin(String, String, String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 
RemoteEtchBridge - Class in cisco.uc.cuae
Call to message translator for EtchBridge.
RemoteEtchBridge(DeliveryService, ValueFactory) - Constructor for class cisco.uc.cuae.RemoteEtchBridge
Constructs the RemoteEtchBridge.
RemoteEtchBridge._Async - Class in cisco.uc.cuae
Asynchronous implementation of service methods.
RemoteEtchBridge._Async() - Constructor for class cisco.uc.cuae.RemoteEtchBridge._Async
 
RemoteEtchBridgeClient - Class in cisco.uc.cuae
Call to message translator for EtchBridgeClient.
RemoteEtchBridgeClient(DeliveryService, ValueFactory) - Constructor for class cisco.uc.cuae.RemoteEtchBridgeClient
Constructs the RemoteEtchBridgeClient.
RemoteEtchBridgeClient._Async - Class in cisco.uc.cuae
Asynchronous implementation of service methods.
RemoteEtchBridgeClient._Async() - Constructor for class cisco.uc.cuae.RemoteEtchBridgeClient._Async
 
RemoteEtchBridgeServer - Class in cisco.uc.cuae
Call to message translator for EtchBridgeServer.
RemoteEtchBridgeServer(DeliveryService, ValueFactory) - Constructor for class cisco.uc.cuae.RemoteEtchBridgeServer
Constructs the RemoteEtchBridgeServer.
RemoteEtchBridgeServer._Async - Class in cisco.uc.cuae
Asynchronous implementation of service methods.
RemoteEtchBridgeServer._Async() - Constructor for class cisco.uc.cuae.RemoteEtchBridgeServer._Async
 
removeCuaeSession(String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
removeCuaeSession(String) - Method in interface cisco.uc.cuae.EtchBridgeServer
Etch application notify a session instance terminated from the application logic.
removeCuaeSession(String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 

S

scriptName - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
ScriptName set in the event message
sessionEndNotify(String) - Method in class cisco.uc.cuae.BaseEtchBridgeClient
 
sessionEndNotify(String) - Method in interface cisco.uc.cuae.EtchBridgeClient
Notification from Etch Bridge to plugin when an application session ended
sessionEndNotify(String) - Method in class cisco.uc.cuae.RemoteEtchBridgeClient
 
sessionId - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
the sessionId sent up by the plugin
setAppName(String) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
setConfigValue(Object) - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
Sets the value.
setData(Object) - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Sets the value.
setDataType(String) - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
Sets the value.
setDetail(String) - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Sets the value.
setErrorCode(Integer) - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Sets the value.
setErrorString(String) - Method in exception cisco.uc.cuae.EtchBridge.BridgeException
Sets the value.
setEventId(String) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
setFields(Map) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
setName(String) - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
Sets the value.
setPartitionName(String) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
setScriptName(String) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
setSessionId(String) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
setSuppressNoHandler(Boolean) - Method in class cisco.uc.cuae.EtchBridge.EventMessage
Sets the value.
StubEtchBridge<T extends EtchBridge> - Class in cisco.uc.cuae
Message to call translator for EtchBridge.
StubEtchBridge(DeliveryService, T, Pool, Pool) - Constructor for class cisco.uc.cuae.StubEtchBridge
Stub for EtchBridge.
StubEtchBridgeClient - Class in cisco.uc.cuae
Message to call translator for EtchBridgeClient.
StubEtchBridgeClient(DeliveryService, EtchBridgeClient, Pool, Pool) - Constructor for class cisco.uc.cuae.StubEtchBridgeClient
Stub for EtchBridgeClient.
StubEtchBridgeServer - Class in cisco.uc.cuae
Message to call translator for EtchBridgeServer.
StubEtchBridgeServer(DeliveryService, EtchBridgeServer, Pool, Pool) - Constructor for class cisco.uc.cuae.StubEtchBridgeServer
Stub for EtchBridgeServer.
suppressNoHandler - Variable in class cisco.uc.cuae.EtchBridge.EventMessage
indicates whether to suppress no handler

T

toString() - Method in class cisco.uc.cuae.EtchBridge.ConfigEntry
 
toString() - Method in class cisco.uc.cuae.EtchBridge.EventMessage
 

U

unregisterApplication(String, String, String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
unregisterApplication(String, String, String) - Method in interface cisco.uc.cuae.EtchBridgeServer
Unregister Etch application from CUAE Etch Bridge
unregisterApplication(String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 
unregisterPlugin(String, String, String) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
unregisterPlugin(String, String, String) - Method in interface cisco.uc.cuae.EtchBridgeServer
Unregister Etch plugin from CUAE Etch Bridge
unregisterPlugin(String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer
 

V

ValueFactoryEtchBridge - Class in cisco.uc.cuae
ValueFactory for EtchBridge.
ValueFactoryEtchBridge(String) - Constructor for class cisco.uc.cuae.ValueFactoryEtchBridge
Constructs ValueFactoryEtchBridge.
valueOf(String) - Static method in enum cisco.uc.cuae.EtchBridge.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cisco.uc.cuae.EtchBridge.PluginStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum cisco.uc.cuae.EtchBridge.LogLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum cisco.uc.cuae.EtchBridge.PluginStatus
Returns an array containing the constants of this enum type, in the order they're declared.

_

_async - Variable in class cisco.uc.cuae.RemoteEtchBridge
RemoteEtchBridge._Async class instance used to hide asynchronous message implementation.
_async - Variable in class cisco.uc.cuae.RemoteEtchBridgeClient
RemoteEtchBridgeClient._Async class instance used to hide asynchronous message implementation.
_async - Variable in class cisco.uc.cuae.RemoteEtchBridgeServer
RemoteEtchBridgeServer._Async class instance used to hide asynchronous message implementation.
_begin_addCuaeSession(String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to addCuaeSession.
_begin_getConfig(String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to getConfig.
_begin_getPartitions() - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to getPartitions.
_begin_registerApplication(String, String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to registerApplication.
_begin_registerPlugin(String, String, String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to registerPlugin.
_begin_unregisterApplication(String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to unregisterApplication.
_begin_unregisterPlugin(String, String, String) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Begins a call to unregisterPlugin.
_end_addCuaeSession(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to addCuaeSession.
_end_getConfig(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to getConfig.
_end_getPartitions(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to getPartitions.
_end_registerApplication(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to registerApplication.
_end_registerPlugin(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to registerPlugin.
_end_unregisterApplication(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to unregisterApplication.
_end_unregisterPlugin(Mailbox) - Method in class cisco.uc.cuae.RemoteEtchBridgeServer._Async
Ends a call to unregisterPlugin.
_inner - Variable in class cisco.uc.cuae.RemoteEtchBridge
Deprecated.  
_inner - Variable in class cisco.uc.cuae.RemoteEtchBridgeClient
Deprecated.  
_inner - Variable in class cisco.uc.cuae.RemoteEtchBridgeServer
Deprecated.  
_mf_appName - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for appName
_mf_configValue - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for configValue
_mf_data - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for data
_mf_dataType - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for dataType
_mf_detail - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for detail
_mf_Disabled - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for Disabled
_mf_Disabled_Error - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for Disabled_Error
_mf_Enabled_Running - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for Enabled_Running
_mf_Enabled_Stopped - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for Enabled_Stopped
_mf_ERROR - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for ERROR
_mf_errorCode - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for errorCode
_mf_errorString - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for errorString
_mf_eventId - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for eventId
_mf_fields - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for fields
_mf_INFO - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for INFO
_mf_level - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for level
_mf_name - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for name
_mf_nameSpace - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for nameSpace
_mf_OFF - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for OFF
_mf_partition - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for partition
_mf_partitionName - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for partitionName
_mf_password - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for password
_mf_pluginName - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for pluginName
_mf_registrationKey - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for registrationKey
_mf_regKey - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for regKey
_mf_scriptName - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for scriptName
_mf_sessionId - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for sessionId
_mf_status - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for status
_mf_suppressNoHandler - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for suppressNoHandler
_mf_Unspecified - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for Unspecified
_mf_uri - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for uri
_mf_userName - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for userName
_mf_VERBOSE - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for VERBOSE
_mf_WARNING - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Field for WARNING
_mt_cisco_uc_cuae_EtchBridge__result_addCuaeSession - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_addCuaeSession
_mt_cisco_uc_cuae_EtchBridge__result_getConfig - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_getConfig
_mt_cisco_uc_cuae_EtchBridge__result_getPartitions - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_getPartitions
_mt_cisco_uc_cuae_EtchBridge__result_registerApplication - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_registerApplication
_mt_cisco_uc_cuae_EtchBridge__result_registerPlugin - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_registerPlugin
_mt_cisco_uc_cuae_EtchBridge__result_unregisterApplication - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_unregisterApplication
_mt_cisco_uc_cuae_EtchBridge__result_unregisterPlugin - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge._result_unregisterPlugin
_mt_cisco_uc_cuae_EtchBridge_addCuaeSession - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.addCuaeSession
_mt_cisco_uc_cuae_EtchBridge_BridgeException - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.BridgeException
_mt_cisco_uc_cuae_EtchBridge_ConfigEntry - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.ConfigEntry
_mt_cisco_uc_cuae_EtchBridge_EventMessage - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.EventMessage
_mt_cisco_uc_cuae_EtchBridge_getConfig - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.getConfig
_mt_cisco_uc_cuae_EtchBridge_getPartitions - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.getPartitions
_mt_cisco_uc_cuae_EtchBridge_LogLevel - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.LogLevel
_mt_cisco_uc_cuae_EtchBridge_logWrite - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.logWrite
_mt_cisco_uc_cuae_EtchBridge_PluginStatus - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.PluginStatus
_mt_cisco_uc_cuae_EtchBridge_pluginStatusUpdate - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.pluginStatusUpdate
_mt_cisco_uc_cuae_EtchBridge_registerApplication - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.registerApplication
_mt_cisco_uc_cuae_EtchBridge_registerPlugin - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.registerPlugin
_mt_cisco_uc_cuae_EtchBridge_removeCuaeSession - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.removeCuaeSession
_mt_cisco_uc_cuae_EtchBridge_sessionEndNotify - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.sessionEndNotify
_mt_cisco_uc_cuae_EtchBridge_unregisterApplication - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.unregisterApplication
_mt_cisco_uc_cuae_EtchBridge_unregisterPlugin - Static variable in class cisco.uc.cuae.ValueFactoryEtchBridge
Type for cisco.uc.cuae.EtchBridge.unregisterPlugin
_sessionControl(Object, Object) - Method in class cisco.uc.cuae.BaseEtchBridgeClient
 
_sessionControl(Object, Object) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
_sessionNotify(Object) - Method in class cisco.uc.cuae.BaseEtchBridgeClient
 
_sessionNotify(Object) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 
_sessionQuery(Object) - Method in class cisco.uc.cuae.BaseEtchBridgeClient
 
_sessionQuery(Object) - Method in class cisco.uc.cuae.BaseEtchBridgeServer
 

A B C D E F G I L N P R S T U V _

Copyright © 2009. All Rights Reserved.