Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-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
           
static String WS_JAXWS_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

WS_JAXWS_ENDPOINT

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

SAFConstants

public SAFConstants()

Copyright 1996, 2011, 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 MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02