Motorola Mobility Confidential Restricted.
/extra/kbs/check_outs/co_206438/STABLE_geranium_lpm_cornsilk_1/dist/idl/js/toi/ToiNetConfigurationSession.idl
00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiNetConfigurationSession.idl
00005  *
00006  * This file was created by the Motorola IDL backend, 
00007  * which is based on the OmniORB IDL parser.
00008  * Please do not modify.
00009  *
00010  * Copyright (c) 2009 Motorola Inc. All Rights Reserved.
00011  *
00012  *--------------------------------------------------------------------
00013  */
00014 
00015 #ifndef TOINETCONFIGURATIONSESSION_IDL
00016 #define TOINETCONFIGURATIONSESSION_IDL
00017 
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiNotEnoughResourcesException.idl"
00020 #include "TToiUnhandledValueException.idl"
00021 #include "ToiApplicationService.idl"
00022 #include "ToiOperationManager.idl"
00023 #include "TToiOperationNotSupportedException.idl"
00024 #include "TToiInvalidPreconditionException.idl"
00025 #include "ToiNetConfiguration.idl"
00026 
00033 //@ [ReleaseInstance(Method=ReleaseInstance)]
00034 interface ToiNetConfigurationSession : ToiNetConfiguration {
00035 
00054   //@ [ReturnAddress(Type=IToiOperationManager)]
00055   
00056   
00057   //@ [OutParam(Name=address,Position=1,IsBinary=0, Bound=0)]
00058   ToiOperationManager getOperationManager();
00059   
00083   void setInitialized(in ToiOperationManager::TToiOperationId operationId, 
00084         in ToiNetConfiguration::TToiNetDeviceId deviceId, 
00085         in boolean doInitialize)
00086    raises (TToiInvalidArgumentException);
00087   
00097   void revert()
00098    raises (TToiOperationNotSupportedException);
00099   
00105   void clear();
00106   
00117   void clearDevice(in ToiNetConfiguration::TToiNetDeviceId deviceId)
00118    raises (TToiInvalidArgumentException);
00119   
00129   void apply()
00130    raises (TToiOperationNotSupportedException);
00131   
00138   //@ [ReleaseInstance]
00139   
00140   
00141   void releaseInstance();
00142   
00143 };
00144 
00145 #endif