org.jboss.invocation.iiop
Class ServantRegistryKind

java.lang.Object
  extended byorg.jboss.invocation.iiop.ServantRegistryKind

public class ServantRegistryKind
extends java.lang.Object

"Typesafe enum" class for the kinds of ServantRegistry.


Field Summary
static ServantRegistryKind (src) PERSISTENT_POA_PER_SERVANT
           
static ServantRegistryKind (src) SHARED_PERSISTENT_POA
           
static ServantRegistryKind (src) SHARED_TRANSIENT_POA
           
static ServantRegistryKind (src) TRANSIENT_POA_PER_SERVANT
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHARED_TRANSIENT_POA

public static final ServantRegistryKind (src)  SHARED_TRANSIENT_POA

SHARED_PERSISTENT_POA

public static final ServantRegistryKind (src)  SHARED_PERSISTENT_POA

TRANSIENT_POA_PER_SERVANT

public static final ServantRegistryKind (src)  TRANSIENT_POA_PER_SERVANT

PERSISTENT_POA_PER_SERVANT

public static final ServantRegistryKind (src)  PERSISTENT_POA_PER_SERVANT