站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 iiop API Documentation 英文版文档

ServantRegistryKind (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.invocation.iiop
Class ServantRegistryKind

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

public class ServantRegistryKind
extends Object

"Typesafe enum" class for the kinds of ServantRegistry.

Version:
$Revision: 1.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
           
 
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.