public interface ConfigurationObject extends NamedObject, StructuredDataObject
Title: Service Event Fabric Core
Description: Defines a configuration object which can be stored in the Repository.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
boolean |
abortOnFailure()
Checks if the current node should be aborted in case of a failure during the object initialization.
|
void |
destroy()
Destroys the object.
|
void |
init(RuntimeContext context)
Initializes the object.
|
getName
getSerialVersionUID
clone
void init(RuntimeContext context) throws java.lang.Exception
FabricException
- if some error occurs.java.lang.Exception
void destroy()
boolean abortOnFailure()
true if the current node should be aborted on the object's failure, false
otherwise.
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.