A simple container for instantiating service beans. This utility can be used to create a service bean either from a classname, or from an OperationalString document. If the latter is used, the service bean is created using the attributes contained within the OperationalString document.
The StaticCybernode returns the implementation (back-end) object for the service bean(s) that have been created. This allows direct manipulation of the implementation, allowing debugging and unit testing to occur easily.
Notes:
This utility expects that all necessary classes are in the classpath of the JVM in order to activate the service bean(s).
If associations have been declared (with setter properties) the injection of associated services is undefined at this time.
OperationalString attributes relating to provisioning and SLAs are undefined at this time
The StaticCybernode does not support the instantiation of forked services.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.