Versions Compared

Key

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


IceBox::ServiceManager

Overview

interface ServiceManager

Administers a set of IceBox::Service instances.

See Also

Operation Index

getSliceChecksums — Returns the checksums for the IceBox Slice definitions.
startService — Start an individual service.
stopService — Stop an individual service.
addObserver — Registers a new observer with the ServiceManager.
shutdown — Shut down all services.

Ztop

Operations

Ice::SliceChecksumDict
Anchor
getSliceChecksums
getSliceChecksums
getSliceChecksums()

Returns the checksums for the IceBox Slice definitions.

Return Value

A dictionary mapping Slice type ids to their checksums.

void
Anchor
startService
startService
startService(string service) throws IceBox::AlreadyStartedException, IceBox::NoSuchServiceException

Start an individual service.

Parameters

service — The service name.

void
Anchor
stopService
stopService
stopService(string service) throws IceBox::AlreadyStoppedException, IceBox::NoSuchServiceException

Stop an individual service.

Parameters

service — The service name.

void
Anchor
addObserver
addObserver
addObserver(IceBox::ServiceObserver* observer)

Registers a new observer with the ServiceManager.

Parameters

observer — The new observer

void
Anchor
shutdown
shutdown
shutdown()

Shut down all services. This causes IceBox::Service::stop to be invoked on all configured services.

Ztop

Znav
nextIceBox-ServiceObserver
prevIceBox-Service
Section