org.ow2.jasmine.jadort.api.entities.topology
Class WorkerBean.Type
java.lang.Object
org.ow2.jasmine.jadort.api.entities.topology.WorkerBean.Type
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- WorkerBean
public static final class WorkerBean.Type
- extends java.lang.Object
- implements java.io.Serializable
Worker 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 |
MOD_JK
public static final WorkerBean.Type MOD_JK
MOD_PROXY_BALANCER
public static final WorkerBean.Type MOD_PROXY_BALANCER
DUMMY
public static final WorkerBean.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 WorkerBean.Type[] values()
- Returns:
- All Type values.
valueOf
public static WorkerBean.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.