cisco.uc.cuae.legacy
Class BaseCiscoDeviceListClient

java.lang.Object
  extended by cisco.uc.cuae.legacy.BaseCiscoDeviceListClient
All Implemented Interfaces:
CiscoDeviceList, CiscoDeviceListClient, CuaeCommon, CuaeCommonClient, etch.bindings.java.support.ObjSession

public class BaseCiscoDeviceListClient
extends java.lang.Object
implements CiscoDeviceListClient, etch.bindings.java.support.ObjSession

Base implementation of CiscoDeviceListClient, with default method implementations which throw UnsupportedOperationException. Extend this class to provide implementations of messages from the server.

See Also:
ImplCiscoDeviceListClient

Nested Class Summary
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CiscoDeviceList
CiscoDeviceList.Device, CiscoDeviceList.DeviceListData, CiscoDeviceList.ExcludeOptions, CiscoDeviceList.ExcludeResult, CiscoDeviceList.QueryOptions, CiscoDeviceList.QueryResult, CiscoDeviceList.Status, CiscoDeviceList.Type
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon
CuaeCommon.CuaeResult
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon
CuaeCommon.CuaeResult
 
Constructor Summary
BaseCiscoDeviceListClient()
           
 
Method Summary
 void _sessionControl(java.lang.Object control, java.lang.Object value)
           
 void _sessionNotify(java.lang.Object event)
           
 java.lang.Object _sessionQuery(java.lang.Object query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCiscoDeviceListClient

public BaseCiscoDeviceListClient()
Method Detail

_sessionQuery

public java.lang.Object _sessionQuery(java.lang.Object query)
                               throws java.lang.Exception
Specified by:
_sessionQuery in interface etch.bindings.java.support.ObjSession
Throws:
java.lang.Exception

_sessionControl

public void _sessionControl(java.lang.Object control,
                            java.lang.Object value)
                     throws java.lang.Exception
Specified by:
_sessionControl in interface etch.bindings.java.support.ObjSession
Throws:
java.lang.Exception

_sessionNotify

public void _sessionNotify(java.lang.Object event)
                    throws java.lang.Exception
Specified by:
_sessionNotify in interface etch.bindings.java.support.ObjSession
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.