org.apache.activemq.apollo.dto
Class ServiceDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.ServiceDTO
Direct Known Subclasses:
ConnectorDTO, VirtualHostDTO

public class ServiceDTO
extends StringIdDTO

Author:
Hiram Chirino

Field Summary
 java.lang.Boolean enabled
          Should this service be running?
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
ServiceDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public java.lang.Boolean enabled
Should this service be running?

Constructor Detail

ServiceDTO

public ServiceDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.