Module: IceBox

Defined in:
lib/IceBox/IceBox.rb

Defined Under Namespace

Modules: ServiceManagerPrx_mixin, ServiceManager_mixin, ServiceObserverPrx_mixin, ServiceObserver_mixin, Service_mixin Classes: AlreadyStartedException, AlreadyStoppedException, FailureException, NoSuchServiceException, Service, ServiceManager, ServiceManagerPrx, ServiceObserver, ServiceObserverPrx

Constant Summary collapse

T_FailureException =
::Ice::__defineException('::IceBox::FailureException', FailureException, false, nil, [["reason", ::Ice::T_string, false, 0]])
T_AlreadyStartedException =
::Ice::__defineException('::IceBox::AlreadyStartedException', AlreadyStartedException, false, nil, [])
T_AlreadyStoppedException =
::Ice::__defineException('::IceBox::AlreadyStoppedException', AlreadyStoppedException, false, nil, [])
T_NoSuchServiceException =
::Ice::__defineException('::IceBox::NoSuchServiceException', NoSuchServiceException, false, nil, [])
T_Service =
::Ice::__declareLocalClass('::IceBox::Service')
T_ServiceObserver =
::Ice::__declareClass('::IceBox::ServiceObserver')
T_ServiceObserverPrx =
::Ice::__declareProxy('::IceBox::ServiceObserver')
T_ServiceManager =
::Ice::__declareClass('::IceBox::ServiceManager')
T_ServiceManagerPrx =
::Ice::__declareProxy('::IceBox::ServiceManager')