RTM
クラス _ManagerStub

java.lang.Object
  上位を拡張 org.omg.CORBA.portable.ObjectImpl
      上位を拡張 RTM._ManagerStub
すべての実装されたインタフェース:
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

関連項目:
直列化された形式

コンストラクタの概要
_ManagerStub()
           
 
メソッドの概要
 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)
           
 
クラス 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
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース 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
 

コンストラクタの詳細

_ManagerStub

public _ManagerStub()
メソッドの詳細

load_module

public ReturnCode_t load_module(java.lang.String pathname,
                                java.lang.String initfunc)
定義:
インタフェース ManagerOperations 内の load_module

unload_module

public ReturnCode_t unload_module(java.lang.String pathname)
定義:
インタフェース ManagerOperations 内の unload_module

get_loadable_modules

public ModuleProfile[] get_loadable_modules()
定義:
インタフェース ManagerOperations 内の get_loadable_modules

get_loaded_modules

public ModuleProfile[] get_loaded_modules()
定義:
インタフェース ManagerOperations 内の get_loaded_modules

get_factory_profiles

public ModuleProfile[] get_factory_profiles()
定義:
インタフェース ManagerOperations 内の get_factory_profiles

create_component

public RTObject create_component(java.lang.String module_name)
定義:
インタフェース ManagerOperations 内の create_component

delete_component

public ReturnCode_t delete_component(java.lang.String instance_name)
定義:
インタフェース ManagerOperations 内の delete_component

get_components

public RTObject[] get_components()
定義:
インタフェース ManagerOperations 内の get_components

get_component_profiles

public ComponentProfile[] get_component_profiles()
定義:
インタフェース ManagerOperations 内の get_component_profiles

get_profile

public ManagerProfile get_profile()
定義:
インタフェース ManagerOperations 内の get_profile

get_configuration

public NameValue[] get_configuration()
定義:
インタフェース ManagerOperations 内の get_configuration

set_configuration

public ReturnCode_t set_configuration(java.lang.String name,
                                      java.lang.String value)
定義:
インタフェース ManagerOperations 内の set_configuration

is_master

public boolean is_master()
定義:
インタフェース ManagerOperations 内の is_master

get_master_managers

public Manager[] get_master_managers()
定義:
インタフェース ManagerOperations 内の get_master_managers

add_master_manager

public ReturnCode_t add_master_manager(Manager mgr)
定義:
インタフェース ManagerOperations 内の add_master_manager

remove_master_manager

public ReturnCode_t remove_master_manager(Manager mgr)
定義:
インタフェース ManagerOperations 内の remove_master_manager

get_slave_managers

public Manager[] get_slave_managers()
定義:
インタフェース ManagerOperations 内の get_slave_managers

add_slave_manager

public ReturnCode_t add_slave_manager(Manager mgr)
定義:
インタフェース ManagerOperations 内の add_slave_manager

remove_slave_manager

public ReturnCode_t remove_slave_manager(Manager mgr)
定義:
インタフェース ManagerOperations 内の remove_slave_manager

fork

public ReturnCode_t fork()
定義:
インタフェース ManagerOperations 内の fork

shutdown

public ReturnCode_t shutdown()
定義:
インタフェース ManagerOperations 内の shutdown

restart

public ReturnCode_t restart()
定義:
インタフェース ManagerOperations 内の restart

get_service

public org.omg.CORBA.Object get_service(java.lang.String name)
定義:
インタフェース ManagerOperations 内の get_service

_ids

public java.lang.String[] _ids()
定義:
クラス org.omg.CORBA.portable.ObjectImpl 内の _ids