org.glassfish.paas.orchestrator.service
Class ServiceType
java.lang.Object
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
|
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()
|
ServiceType
public ServiceType()
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.