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.management.configuration
Interface ForeignJMSDestinationMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, ForeignJNDIObjectMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

Deprecated. 9.0.0.0 Replaced by the ForeignDestinationBean type in the new JMS module.

public interface ForeignJMSDestinationMBean
extends ForeignJNDIObjectMBean

This class represents a JMS destination that may be found on a remote server. The destination can represent a queue or a topic. When the destination is looked up on the local server, a look-up will be performed automatically on the remote JNDI directory, and the object will be returned from that directory.

This MBean will always be a sub-element of the ForeignJMSServer.


Field Summary

 

Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY

 

Method Summary
abstract  String getLocalJNDIName()
          Deprecated. The name that the remote object will be bound to in the local server's JNDI tree.
abstract  String getRemoteJNDIName()
          Deprecated. The name of the remote object that will be looked up in the remote JNDI directory.
abstract  void setLocalJNDIName(String name)
          Deprecated. Sets the value of the LocalJNDIName attribute.
abstract  void setRemoteJNDIName(String name)
          Deprecated. Sets the value of the RemoteJNDIName attribute.

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

setLocalJNDIName

void setLocalJNDIName(String name)
Deprecated. 
Description copied from interface: ForeignJNDIObjectMBean

Sets the value of the LocalJNDIName attribute.

Specified by:
setLocalJNDIName in interface ForeignJNDIObjectMBean
Parameters:
name - The new localJNDIName value
See Also:
ForeignJNDIObjectMBean.getLocalJNDIName()

getLocalJNDIName

String getLocalJNDIName()
Deprecated. 
Description copied from interface: ForeignJNDIObjectMBean

The name that the remote object will be bound to in the local server's JNDI tree. This is the name that should be used to look up the object on the local server.

Specified by:
getLocalJNDIName in interface ForeignJNDIObjectMBean
Returns:
The localJNDIName value

setRemoteJNDIName

void setRemoteJNDIName(String name)
Deprecated. 
Description copied from interface: ForeignJNDIObjectMBean

Sets the value of the RemoteJNDIName attribute.

Specified by:
setRemoteJNDIName in interface ForeignJNDIObjectMBean
Parameters:
name - The new remoteJNDIName value
See Also:
ForeignJNDIObjectMBean.getRemoteJNDIName()

getRemoteJNDIName

String getRemoteJNDIName()
Deprecated. 
Description copied from interface: ForeignJNDIObjectMBean

The name of the remote object that will be looked up in the remote JNDI directory.

Specified by:
getRemoteJNDIName in interface ForeignJNDIObjectMBean
Returns:
The remoteJNDIName value

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