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

Part Number E41849-02

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.

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, 2014, 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.3)

Part Number E41849-02