net.mchaplin.ioc.service
Class Service

java.lang.Object
  extended by net.mchaplin.commons.WmindObject
      extended by net.mchaplin.ioc.component.DefaultComponent
          extended by net.mchaplin.ioc.service.Service
All Implemented Interfaces:
ComponentI, ServiceI

public abstract class Service
extends DefaultComponent
implements ServiceI

Core abstract class used by internal services.

Author:
mchaplin@users.sourceforge.net

Field Summary
 
Fields inherited from class net.mchaplin.ioc.component.DefaultComponent
container
 
Fields inherited from class net.mchaplin.commons.WmindObject
EX_CAUSE, EX_STACK, log, METHOD_CALL, propertyHelper, STACK_PREFIX
 
Fields inherited from interface net.mchaplin.ioc.component.ComponentI
CMP_I
 
Constructor Summary
Service()
           
 
Method Summary
 java.lang.String getState()
          Returns a service state unimplemented.
 
Methods inherited from class net.mchaplin.ioc.component.DefaultComponent
getContainer, reset, setContainer
 
Methods inherited from class net.mchaplin.commons.WmindObject
printInheritance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

getState

public java.lang.String getState()
Description copied from interface: ServiceI
Returns a service state unimplemented.

Specified by:
getState in interface ServiceI
Returns:
See Also:
ServiceI.getState()


Copyright © 2004-2005 mchaplin.net. All Rights Reserved.