org.jboss.invocation.iiop
Class ServantRegistryKind

java.lang.Object
  extended by org.jboss.invocation.iiop.ServantRegistryKind

public class ServantRegistryKind
extends Object

"Typesafe enum" class for the kinds of ServantRegistry.

Version:
$Revision: 1.1.16.1 $
Author:
Francisco Reverbel

Field Summary
static ServantRegistryKind PERSISTENT_POA_PER_SERVANT
           
static ServantRegistryKind SHARED_PERSISTENT_POA
           
static ServantRegistryKind SHARED_TRANSIENT_POA
           
static ServantRegistryKind TRANSIENT_POA_PER_SERVANT
           
 
Method Summary
 
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 SHARED_TRANSIENT_POA

SHARED_PERSISTENT_POA

public static final ServantRegistryKind SHARED_PERSISTENT_POA

TRANSIENT_POA_PER_SERVANT

public static final ServantRegistryKind TRANSIENT_POA_PER_SERVANT

PERSISTENT_POA_PER_SERVANT

public static final ServantRegistryKind PERSISTENT_POA_PER_SERVANT


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.