public interface ServiceComponent extends FabricComponent, FabricManagedComponent
Title: Service Event Fabric Core
Description: Defines a Service component.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the component.
|
void |
init()
Initializes the component.
|
void |
resume()
Resumes the component.
|
void |
start()
Starts the component.
|
void |
stop()
Stops the component.
|
void |
suspend()
Suspends the component.
|
getComponentModel, getComponentReference, getContextId, getEventScope, getFabricAddress, getName, getPackageManifestManager, getSecurityContext, getType
getStartupDir, isNativeContext
getEventScope, getLogger, getState, setEventScope, setLogger
hasSinkEvents, listSinkEvents
existsActionableEvent, hasActionableEvents, listActionableEvents
existsEventTrigger, getEventTriggerData, hasEventTriggers, listEventTriggers
existsAdvisory, hasAdvisories, listAdvisories
void init() throws IllegalComponentStateException, FabricManagedComponentException
IllegalComponentStateException
- if the component has illegal state.FabricManagedComponentException
- if some error occurs during the initialization.void destroy() throws IllegalComponentStateException, FabricManagedComponentException
IllegalComponentStateException
- if the component has illegal state.FabricManagedComponentException
- if some error occurs during the destroying.void start() throws IllegalComponentStateException, FabricManagedComponentException
IllegalComponentStateException
- if the component has illegal state.FabricManagedComponentException
- if some error occurs during the starting.void suspend() throws IllegalComponentStateException, FabricManagedComponentException
IllegalComponentStateException
- if the component has illegal state.FabricManagedComponentException
- if some error occurs during the suspending.void resume() throws IllegalComponentStateException, FabricManagedComponentException
IllegalComponentStateException
- if the component has illegal state.FabricManagedComponentException
- if some error occurs during the resuming.void stop() throws IllegalComponentStateException, FabricManagedComponentException
IllegalComponentStateException
- if the component has illegal state.FabricManagedComponentException
- if some error occurs during the stopping.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.