Package org.fishwife.jrugged

Examples of org.fishwife.jrugged.ServiceStatus


    private static final String NAME = "ServiceStub";
  private ServiceStatus status = new ServiceStatus(NAME, Status.UP);

  public void setStatus(Status status) {
        this.status = new ServiceStatus(NAME, status);
  }
View Full Code Here

TOP

Related Classes of org.fishwife.jrugged.ServiceStatus

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.