|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl org.apache.hivemind.impl.servicemodel.PrimitiveServiceModel
public final class PrimitiveServiceModel
Implementation of ServiceModel
for the primitive services
(that do not include the standard deferred instantiation proxy).
Field Summary |
---|
Fields inherited from class org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl |
---|
_log |
Fields inherited from interface org.apache.hivemind.internal.ServiceModel |
---|
POOLED, PRIMITIVE, SINGLETON, THREADED |
Constructor Summary | |
---|---|
PrimitiveServiceModel(ConstructableServicePoint servicePoint)
|
Method Summary | |
---|---|
java.lang.Object |
getService()
Constructs the service (the first time this is invoked) and returns it. |
void |
instantiateService()
Invokes getService() to ensure that the core service implementation has been
instantiated. |
Methods inherited from class org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl |
---|
addInterceptors, constructBridgeProxy, constructCoreServiceImplementation, constructNewServiceImplementation, constructServiceImplementation, getServicePoint, registerWithShutdownCoordinator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveServiceModel(ConstructableServicePoint servicePoint)
Method Detail |
---|
public java.lang.Object getService()
public void instantiateService()
getService()
to ensure that the core service implementation has been
instantiated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |