org.apache.hivemind.impl
Class CreateClassServiceConstructor
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.impl.CreateClassServiceConstructor
- All Implemented Interfaces:
- Locatable, LocationHolder, ServiceImplementationConstructor
- public final class CreateClassServiceConstructor
- extends BaseLocatable
- implements ServiceImplementationConstructor
Constructs a service by instantiating a class.
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateClassServiceConstructor
public CreateClassServiceConstructor()
constructCoreServiceImplementation
public java.lang.Object constructCoreServiceImplementation()
- Description copied from interface:
ServiceImplementationConstructor
- Creates a new core service implementation.
- Specified by:
constructCoreServiceImplementation
in interface ServiceImplementationConstructor
getContributingModule
public Module getContributingModule()
- Description copied from interface:
ServiceImplementationConstructor
- Returns the module which created the contribution.
- Specified by:
getContributingModule
in interface ServiceImplementationConstructor
getInstanceClassName
public java.lang.String getInstanceClassName()
setContributingModule
public void setContributingModule(Module module)
setInstanceClassName
public void setInstanceClassName(java.lang.String string)