Module: IceBox

Defined in:
ruby/IceBox/ServiceManager.rb

Defined Under Namespace

Modules: ServiceManagerPrx_mixin, ServiceObserverPrx_mixin Classes: AlreadyStartedException, AlreadyStoppedException, NoSuchServiceException, ServiceManagerPrx, ServiceObserverPrx

Constant Summary collapse

T_AlreadyStartedException =
Ice::__defineException('::IceBox::AlreadyStartedException', AlreadyStartedException, nil, [])
T_AlreadyStoppedException =
Ice::__defineException('::IceBox::AlreadyStoppedException', AlreadyStoppedException, nil, [])
T_NoSuchServiceException =
Ice::__defineException('::IceBox::NoSuchServiceException', NoSuchServiceException, nil, [])
T_ServiceObserverPrx =
Ice::__declareProxy('::IceBox::ServiceObserver')
T_ServiceManagerPrx =
Ice::__declareProxy('::IceBox::ServiceManager')