org.ow2.jasmine.jadort.api.entities.topology
Class ServerBean.Type

java.lang.Object
  extended by org.ow2.jasmine.jadort.api.entities.topology.ServerBean.Type
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ServerBean

public static final class ServerBean.Type
extends java.lang.Object
implements java.io.Serializable

Server type.

We don't use an enum here to preserve compatibility with IIOP runtimes on Java EE 5. You can check out the bug report and comments on http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6277781 for details.

See Also:
Serialized Form

Field Summary
static ServerBean.Type DUMMY
           
static ServerBean.Type GLASSFISH
           
static ServerBean.Type JBOSS
           
static ServerBean.Type JONAS
           
static ServerBean.Type OSGI
           
static ServerBean.Type WEBLOGIC
           
static ServerBean.Type WEBSPHERE
           
 
Method Summary
 boolean equals(java.lang.Object object)
          
 int hashCode()
          
 java.lang.String toString()
          
static ServerBean.Type valueOf(java.lang.String string)
          Get the Type for a string.
static ServerBean.Type[] values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JONAS

public static final ServerBean.Type JONAS

JBOSS

public static final ServerBean.Type JBOSS

GLASSFISH

public static final ServerBean.Type GLASSFISH

WEBLOGIC

public static final ServerBean.Type WEBLOGIC

WEBSPHERE

public static final ServerBean.Type WEBSPHERE

OSGI

public static final ServerBean.Type OSGI

DUMMY

public static final ServerBean.Type DUMMY
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

values

public static ServerBean.Type[] values()
Returns:
All Type values.

valueOf

public static ServerBean.Type valueOf(java.lang.String string)
Get the Type for a string.

Parameters:
string - Type string.
Returns:
Type for that string.


Copyright © 2009 OW2 Consortium. All Rights Reserved.