BEA Systems, Inc.

BEA WebLogic SIP Server 3.0 API Reference


com.bea.wcp.sip
Class WlssSipApplicationSession.PersistenceType

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wcp.sip.WlssSipApplicationSession.PersistenceType
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
WlssSipApplicationSession

public static final class WlssSipApplicationSession.PersistenceType
extends java.lang.Enum

Used by WlssSipApplicationSession.setPersist( com.bea.wcp.sip.WlssSipApplicationSession.PersistenceType, boolean).

See Also:
Serialized Form
Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Field Summary
static WlssSipApplicationSession.PersistenceType DATABASE
          denotes that the state should be saved to database by the datatier to save RAM space.
static WlssSipApplicationSession.PersistenceType GEO_REDUNDANCY
          indicates that the state should be replicated to the remote site.
 
Method Summary
static WlssSipApplicationSession.PersistenceType valueOf(java.lang.String name)
           
static WlssSipApplicationSession.PersistenceType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DATABASE

public static final WlssSipApplicationSession.PersistenceType DATABASE

denotes that the state should be saved to database by the datatier to save RAM space.


GEO_REDUNDANCY

public static final WlssSipApplicationSession.PersistenceType GEO_REDUNDANCY
indicates that the state should be replicated to the remote site.

Method Detail

valueOf

public static WlssSipApplicationSession.PersistenceType valueOf(java.lang.String name)

values

public static final WlssSipApplicationSession.PersistenceType[] values()

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss30/
Copyright 2006 BEA Systems Inc.