Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceBox-ServiceManager
prevIceBox-NoSuchServiceException
Section


IceBox::Service

Overview

local interface Service

An application service managed by a IceBox::ServiceManager.

Operation Index

start — Start the service.
stop — Stop the service.

Ztop

Operations

void
Anchor
start
start
start(string name, Ice::Communicator communicator, Ice::StringSeq args)

Start the service. The given communicator is created by the IceBox::ServiceManager for use by the service. This communicator may also be used by other services, depending on the service configuration.

The IceBox::ServiceManager owns this communicator, and is responsible for destroying it.

Parameters

name — The service's name, as determined by the configuration.
communicator — A communicator for use by the service.
args — The service arguments that were not converted into properties.

Exceptions

IceBox::FailureException — Raised if start failed.

void
Anchor
stop
stop
stop()

Stop the service.

Ztop

Znav
nextIceBox-ServiceManager
prevIceBox-NoSuchServiceException
Section