org.glassfish.paas.orchestrator.service
Class ServiceType

java.lang.Object
  extended by org.glassfish.paas.orchestrator.service.ServiceType
Direct Known Subclasses:
DnsServiceType, HTTPLoadBalancerServiceType, JavaEEServiceType, MQServiceType, RDBMSServiceType

@Contract
public abstract class ServiceType
extends Object

Represents a type of Service that is supported by the GlassFish PaaS runtime.

Author:
Sivakumar Thyagarajan

Constructor Summary
ServiceType()
           
 
Method Summary
 boolean equals(Object other)
           
abstract  String getName()
          Provides a user-friendly name for the ServiceType that could be used by IDE plugin and admin console.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceType

public ServiceType()
Method Detail

getName

public abstract String getName()
Provides a user-friendly name for the ServiceType that could be used by IDE plugin and admin console.

Returns:

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.