Oracle Corp.

Oracle WebLogic Communications Server 10.1 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 © 2008 Oracle Corp. 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, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
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 WlssSipApplicationSession.PersistenceType[] values()

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.