org.apache.yoko.orb.IMR
Class ServerActivationMode
java.lang.Object
org.apache.yoko.orb.IMR.ServerActivationMode
- All Implemented Interfaces:
- Serializable, IDLEntity
public class ServerActivationMode
- extends Object
- implements IDLEntity
This enumeration contains the various activation modes of a server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_SHARED
public static final int _SHARED
- See Also:
- Constant Field Values
SHARED
public static final ServerActivationMode SHARED
_PERSISTENT
public static final int _PERSISTENT
- See Also:
- Constant Field Values
PERSISTENT
public static final ServerActivationMode PERSISTENT
ServerActivationMode
protected ServerActivationMode(int value)
value
public int value()
from_int
public static ServerActivationMode from_int(int value)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.