org.ow2.jasmine.jadort.api.entities.topology
Class ServerBean.Type
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
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 © 2010 OW2 Consortium. All Rights Reserved.