public final class PrimitiveServiceModel extends AbstractServiceModelImpl
ServiceModel
for the primitive services
(that do not include the standard deferred instantiation proxy)._log
Constructor and Description |
---|
PrimitiveServiceModel(ConstructableServicePoint servicePoint) |
Modifier and Type | Method and Description |
---|---|
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. |
addInterceptors, constructBridgeProxy, constructCoreServiceImplementation, constructNewServiceImplementation, constructServiceImplementation, getServicePoint, registerWithShutdownCoordinator
public PrimitiveServiceModel(ConstructableServicePoint servicePoint)
public java.lang.Object getService()
public void instantiateService()
getService()
to ensure that the core service implementation has been
instantiated.