org.glassfish.paas.orchestrator.service
Class JavaEEServiceType

java.lang.Object
  extended by org.glassfish.paas.orchestrator.service.ServiceType
      extended by org.glassfish.paas.orchestrator.service.JavaEEServiceType

@Service
public class JavaEEServiceType
extends ServiceType


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

Constructor Detail

JavaEEServiceType

public JavaEEServiceType()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

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

Specified by:
getName in class ServiceType
Returns:


Copyright © 2012. All Rights Reserved.