org.apache.yoko.orb.IMR
Class ServerActivationMode

java.lang.Object
  extended by 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

Field Summary
static int _PERSISTENT
           
static int _SHARED
           
static ServerActivationMode PERSISTENT
           
static ServerActivationMode SHARED
           
 
Constructor Summary
protected ServerActivationMode(int value)
           
 
Method Summary
static ServerActivationMode from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

ServerActivationMode

protected ServerActivationMode(int value)
Method Detail

value

public int value()

from_int

public static ServerActivationMode from_int(int value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.