RTM
Class _ManagerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by RTM._ManagerStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, Manager, ManagerOperations

public class _ManagerStub
extends org.omg.CORBA.portable.ObjectImpl
implements Manager

RTM/_ManagerStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/Manager.idl Thursday, March 3, 2011 3:01:40 PM JST

See Also:
Serialized Form

Constructor Summary
_ManagerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 ReturnCode_t add_master_manager(Manager mgr)
           
 ReturnCode_t add_slave_manager(Manager mgr)
           
 RTObject create_component(java.lang.String module_name)
           
 ReturnCode_t delete_component(java.lang.String instance_name)
           
 ReturnCode_t fork()
           
 ComponentProfile[] get_component_profiles()
           
 RTObject[] get_components()
           
 NameValue[] get_configuration()
           
 ModuleProfile[] get_factory_profiles()
           
 ModuleProfile[] get_loadable_modules()
           
 ModuleProfile[] get_loaded_modules()
           
 Manager[] get_master_managers()
           
 ManagerProfile get_profile()
           
 org.omg.CORBA.Object get_service(java.lang.String name)
           
 Manager[] get_slave_managers()
           
 boolean is_master()
           
 ReturnCode_t load_module(java.lang.String pathname, java.lang.String initfunc)
           
 ReturnCode_t remove_master_manager(Manager mgr)
           
 ReturnCode_t remove_slave_manager(Manager mgr)
           
 ReturnCode_t restart()
           
 ReturnCode_t set_configuration(java.lang.String name, java.lang.String value)
           
 ReturnCode_t shutdown()
           
 ReturnCode_t unload_module(java.lang.String pathname)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_ManagerStub

public _ManagerStub()
Method Detail

load_module

public ReturnCode_t load_module(java.lang.String pathname,
                                java.lang.String initfunc)
Specified by:
load_module in interface ManagerOperations

unload_module

public ReturnCode_t unload_module(java.lang.String pathname)
Specified by:
unload_module in interface ManagerOperations

get_loadable_modules

public ModuleProfile[] get_loadable_modules()
Specified by:
get_loadable_modules in interface ManagerOperations

get_loaded_modules

public ModuleProfile[] get_loaded_modules()
Specified by:
get_loaded_modules in interface ManagerOperations

get_factory_profiles

public ModuleProfile[] get_factory_profiles()
Specified by:
get_factory_profiles in interface ManagerOperations

create_component

public RTObject create_component(java.lang.String module_name)
Specified by:
create_component in interface ManagerOperations

delete_component

public ReturnCode_t delete_component(java.lang.String instance_name)
Specified by:
delete_component in interface ManagerOperations

get_components

public RTObject[] get_components()
Specified by:
get_components in interface ManagerOperations

get_component_profiles

public ComponentProfile[] get_component_profiles()
Specified by:
get_component_profiles in interface ManagerOperations

get_profile

public ManagerProfile get_profile()
Specified by:
get_profile in interface ManagerOperations

get_configuration

public NameValue[] get_configuration()
Specified by:
get_configuration in interface ManagerOperations

set_configuration

public ReturnCode_t set_configuration(java.lang.String name,
                                      java.lang.String value)
Specified by:
set_configuration in interface ManagerOperations

is_master

public boolean is_master()
Specified by:
is_master in interface ManagerOperations

get_master_managers

public Manager[] get_master_managers()
Specified by:
get_master_managers in interface ManagerOperations

add_master_manager

public ReturnCode_t add_master_manager(Manager mgr)
Specified by:
add_master_manager in interface ManagerOperations

remove_master_manager

public ReturnCode_t remove_master_manager(Manager mgr)
Specified by:
remove_master_manager in interface ManagerOperations

get_slave_managers

public Manager[] get_slave_managers()
Specified by:
get_slave_managers in interface ManagerOperations

add_slave_manager

public ReturnCode_t add_slave_manager(Manager mgr)
Specified by:
add_slave_manager in interface ManagerOperations

remove_slave_manager

public ReturnCode_t remove_slave_manager(Manager mgr)
Specified by:
remove_slave_manager in interface ManagerOperations

fork

public ReturnCode_t fork()
Specified by:
fork in interface ManagerOperations

shutdown

public ReturnCode_t shutdown()
Specified by:
shutdown in interface ManagerOperations

restart

public ReturnCode_t restart()
Specified by:
restart in interface ManagerOperations

get_service

public org.omg.CORBA.Object get_service(java.lang.String name)
Specified by:
get_service in interface ManagerOperations

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl