Motorola Mobility Confidential Restricted.
/extra/kbs/check_outs/co_356297/STABLE_geranium_lpm_cornsilk_10/dist/idl/js/toi/ToiNetService.idl
00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiNetService.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 TOINETSERVICE_IDL
00016 #define TOINETSERVICE_IDL
00017 
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiInvalidPreconditionException.idl"
00020 #include "TToiUnhandledValueException.idl"
00021 #include "ToiApplicationService.idl"
00022 #include "ToiEventTarget.idl"
00023 
00024 interface ToiNetConfiguration;
00025 interface ToiNetConfigurationSession;
00026 
00033 //@ [EventTarget(EventObserver=IToiNetObserver)]
00034 //@ [Service(Name=NetService)]
00037 interface ToiNetService : ToiEventTarget {
00038 
00041   
00045   const long ON_DEVICE_INITIALIZATION_CHANGED = 4400;
00046   
00050   const long ON_DEVICE_LINK_CHANGED = 4401;
00051   
00055   const long ON_DEVICE_CONFIGURATION_CHANGED = 4402;
00056   
00060   const long ON_DEVICE_ADDED = 4403;
00061   
00065   const long ON_DEVICE_REMOVED = 4404;
00066   
00070   const long ON_DEVICE_INTERFACE_READINESS_CHANGED = 4405;
00071   
00075   const long ON_DEVICE_INTERFACE_CHANGED = 4406;
00076   
00078   
00084   //@ [ReturnAddress(Type=IToiNetConfiguration)]
00085   
00086   
00087   //@ [OutParam(Name=address,Position=1,IsBinary=0, Bound=0)]
00088   ToiNetConfiguration getConfiguration();
00089   
00103   //@ [ReturnAddress(Type=IToiNetConfigurationSession)]
00104   //@ [IgnoredApplicationId(Position=1)]
00105   
00106   
00107   //@ [OutParam(Name=address,Position=2,IsBinary=0, Bound=0)]
00108   ToiNetConfigurationSession createConfigurationSession()
00109    raises (TToiInvalidArgumentException, TToiInvalidPreconditionException);
00110   
00111 };
00112 
00113 #endif