org.fusesource.hawtdispatch.transport
Class ServiceBase.State

java.lang.Object
  extended by org.fusesource.hawtdispatch.transport.ServiceBase.State
Direct Known Subclasses:
ServiceBase.STARTING, ServiceBase.STOPPING
Enclosing class:
ServiceBase

public static class ServiceBase.State
extends Object


Constructor Summary
ServiceBase.State()
           
 
Method Summary
 boolean isStarted()
           
 boolean isStarting()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceBase.State

public ServiceBase.State()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isStarted

public boolean isStarted()

isStarting

public boolean isStarting()


Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.