|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nitido.nim.NiMKernelService
public abstract class NiMKernelService
The base class for all NiM Kernel services.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
NiMKernelService(NiMKernelServiceVisa visa)
This constructor is called by the NiMKernel to instantiate a kernel service. |
|
| Method Summary | |
|---|---|
protected abstract void |
init(NiMKernel kernel,
ConfigurationService confService)
This method is used to initialize the kernel service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NiMKernelService(NiMKernelServiceVisa visa)
visa - Reference to a NiMKernelServiceVisa object. Only the
NiMKernel can have a reference to the visa object. This
parameter is used to ensure that service instantiation can
only be done through the NiM kernel.
NiMRuntimeException - If the reference tot he visa object is null.| Method Detail |
|---|
protected abstract void init(NiMKernel kernel,
ConfigurationService confService)
throws InitializationFailedException,
NiMException
kernel - Reference to the NiMKernel object that instantiated the
service.confService - A reference to the configuration service. All the service
implementations (except ConfigurationService)
should retrieve the setting information from it.
InitializationFailedException - If unable to initialize the kernel service.
NiMException - If service initialization can not be done due to failure in
establish a connection to the back-end service. Not all
service implementation will throw this exception.
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.