Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.j2ee.descriptor.wl
Interface SAFQueueBean

All Superinterfaces:
NamedEntityBean, SAFDestinationBean, SettableBean

public interface SAFQueueBean
extends SAFDestinationBean

Store-and-Forward (SAF) queues are used for asynchronous and disconnected peer communications. A message delivered to a SAF queue will be forwarded to a remote JMS queue. Several aspects of a SAF queue's behavior can be configured with a SAF Destination bean.

Access limited to the following security roles:
Deployer

Method Summary
 
Methods inherited from interface weblogic.j2ee.descriptor.wl.SAFDestinationBean
getLocalJNDIName, getMessageLoggingParams, getNonPersistentQos, getPersistentQos, getRemoteJNDIName, getSAFErrorHandling, getTimeToLiveDefault, getUnitOfOrderRouting, isUseSAFTimeToLiveDefault, setLocalJNDIName, setNonPersistentQos, setPersistentQos, setRemoteJNDIName, setSAFErrorHandling, setTimeToLiveDefault, setUnitOfOrderRouting, setUseSAFTimeToLiveDefault
 
Methods inherited from interface weblogic.j2ee.descriptor.wl.NamedEntityBean
getId, getName, getNotes, setName, setNotes
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 


Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02