Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor.wl
Interface SAFTopicBean

All Superinterfaces:
NamedEntityBean, SAFDestinationBean, SettableBean

public interface SAFTopicBean
extends SAFDestinationBean

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


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

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09