|
|||||||||||
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
Implementation of org.apache.hivemind.ServicePoint
for the
org.apache.hivemind.impl.ServiceModelType#PRIMITIVE
service model.
Field Summary |
Fields inherited from class org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl |
_log |
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, constructCoreServiceImplementation, constructNewServiceImplementation, constructServiceImplementation, getServicePoint |
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 |