Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02

weblogic.management.runtime
Class SAFConstants

java.lang.Object
  extended by weblogic.management.runtime.SAFConstants

public class SAFConstants
extends Object

This class holds the SAF constant property/attribute names and values.

Since:
9.0.0.0

Field Summary
static String JMS_ENDPOINT
           
static String QOS_ATLEAST_ONCE
           
static String QOS_ATMOST_ONCE
           
static String QOS_EXACTLY_ONCE
           
static String WS_ENDPOINT
           
 
Constructor Summary
SAFConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QOS_EXACTLY_ONCE

public static final String QOS_EXACTLY_ONCE
See Also:
Constant Field Values

QOS_ATLEAST_ONCE

public static final String QOS_ATLEAST_ONCE
See Also:
Constant Field Values

QOS_ATMOST_ONCE

public static final String QOS_ATMOST_ONCE
See Also:
Constant Field Values

JMS_ENDPOINT

public static final String JMS_ENDPOINT
See Also:
Constant Field Values

WS_ENDPOINT

public static final String WS_ENDPOINT
See Also:
Constant Field Values
Constructor Detail

SAFConstants

public SAFConstants()

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02