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 ResourceGroupTemplateMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean
All Known Subinterfaces:
ResourceGroupMBean

public interface ResourceGroupTemplateMBean
extends ConfigurationMBean

A resource group template is a named, domain-level collection of deployable resources intended to be used as a pattern by (usually) multiple resource groups. Each resource group that refers to a given template will have its own runtime copies of the resources defined in the template.

Since:
12.2.1.0

Field Summary

 

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

 

Method Summary
abstract  CoherenceClusterSystemResourceMBean createCoherenceClusterSystemResource(String name)
          Create a new CoherenceClusterSystemResource.
abstract  FileStoreMBean createFileStore(String name)
          Create a new FileStore.
abstract  ForeignJNDIProviderMBean createForeignJNDIProvider(String name)
          Create a new ForeignJNDIProvider with the specified name
abstract  JDBCStoreMBean createJDBCStore(String name)
          Create a new JDBCStore with the specified name.
abstract  JDBCSystemResourceMBean createJDBCSystemResource(String name)
          Create a new JDBC system resource.
abstract  JDBCSystemResourceMBean createJDBCSystemResource(String name, String descriptorFileName)
          Create a new JDBC system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  JMSBridgeDestinationMBean createJMSBridgeDestination(String name)
          Creates a JMSBridgeDestination instance in the resource group template.
abstract  JMSServerMBean createJMSServer(String name)
          Creates a JMSServer object
abstract  JMSSystemResourceMBean createJMSSystemResource(String name)
          Create a new JMS system resource.
abstract  JMSSystemResourceMBean createJMSSystemResource(String name, String descriptorFileName)
          Create a new JMS system resource.
abstract  MessagingBridgeMBean createMessagingBridge(String name)
          Creates a MessagingBridge with specified name.
abstract  OsgiFrameworkMBean createOsgiFramework(String name)
          Factory to create a new OSGi framework instance for this Server.
abstract  SAFAgentMBean createSAFAgent(String name)
          Creates SAFAgent object with the specified name.
abstract  WLDFSystemResourceMBean createWLDFSystemResource(String name)
          Create a new WLDFSystemResourceMBean.
abstract  WLDFSystemResourceMBean createWLDFSystemResource(String name, String descriptorFileName)
          Create a new WLDF system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config.
abstract  void destroyCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean bean)
          Destroy the given CoherenceClusterSystemResource.
abstract  void destroyFileStore(FileStoreMBean store)
          Delete the specified file store.
abstract  void destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
          Delete a ForeignJNDIProvider from the resource group template.
abstract  void destroyJDBCStore(JDBCStoreMBean store)
          Destroy The specified JDBCStore.
abstract  void destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination)
          Deletes the specified JMSBridgeDestination object
abstract  void destroyJMSServer(JMSServerMBean jmsServer)
          Removes the named JMSServer from this resource group template.
abstract  void destroyJMSSystemResource(JMSSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  void destroyMailSession(MailSessionMBean ms)
          Deletes a MailSession from this resource group template
abstract  void destroyMessagingBridge(MessagingBridgeMBean bridge)
          Deletes specified MessagingBridge object.
abstract  void destroyOsgiFramework(OsgiFrameworkMBean osgiFramework)
          Destroys an OSGi framework object.
abstract  void destroyPathService(PathServiceMBean pathService)
          Removes a PathService from this resource group template.
abstract  void destroySAFAgent(SAFAgentMBean sAFAgent)
          Removes a SAFAgent from this resource group template.
abstract  void destroyWLDFSystemResource(WLDFSystemResourceMBean bean)
          Destroy the given system resource bean and delete the descriptor file that it refers to.
abstract  AppDeploymentMBean[] getAppDeployments()
          The collection of deployable entities in this resource group template.
abstract  CoherenceClusterSystemResourceMBean[] getCoherenceClusterSystemResources()
          The CoherenceClusterSystemResourceMBeans that have been defined for this resource group template.
abstract  FileStoreMBean[] getFileStores()
          The file stores defined in this resource group template.
abstract  ForeignJNDIProviderMBean[] getForeignJNDIProviders()
          The Foreign JNDI Providers defined for this resource group template.
abstract  JDBCStoreMBean[] getJDBCStores()
          The JDBCStores defined in this resource group template.
abstract  JDBCSystemResourceMBean[] getJDBCSystemResources()
          The JDBCSystemResourceMBeans that have been defined for this resource group template.
abstract  JMSBridgeDestinationMBean[] getJMSBridgeDestinations()
          The JMSBridgeDestinations for this resource group template.
abstract  JMSServerMBean[] getJMSServers()
          Define JMSServers for this resource group template.
abstract  JMSSystemResourceMBean[] getJMSSystemResources()
          The JMSSystemResourceMBeans that have been defined for this resource group template.
abstract  LibraryMBean[] getLibraries()
          Define libraries for this resource group template.
abstract  MailSessionMBean[] getMailSessions()
          The MailSessions for this resource group template.
abstract  MessagingBridgeMBean[] getMessagingBridges()
          The MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this resource group template.
abstract  String getName()
          The user-specified name of this MBean instance.
abstract  OsgiFrameworkMBean[] getOsgiFrameworks()
          OSGi framework definition for use by applications wishing to share services and code
abstract  PathServiceMBean[] getPathServices()
          The PathServices for this resource group template.
abstract  SAFAgentMBean[] getSAFAgents()
          The SAFAgentMBeans for this resource group template
abstract  String getUploadDirectoryName()
          The directory path on the Administration Server where the uploaded applications for this resource group template are placed.
abstract  WLDFSystemResourceMBean[] getWLDFSystemResources()
          The WLDFSystemResourceMBeans that have been defined for this resource group template
abstract  AppDeploymentMBean lookupAppDeployment(String name)
          Finds a AppDeploymentMBean with the specified name
abstract  CoherenceClusterSystemResourceMBean lookupCoherenceClusterSystemResource(String name)
          Find a CoherenceClusterSystemResource with the given name.
abstract  FileStoreMBean lookupFileStore(String name)
          Finds a FileStoreMBean with the specified name
abstract  ForeignJNDIProviderMBean lookupForeignJNDIProvider(String name)
          Find a ForeignJNDIProvider resource with the given name
abstract  JDBCStoreMBean lookupJDBCStore(String name)
          Finds a JDBCStoreMBean with the specified name
abstract  JDBCSystemResourceMBean lookupJDBCSystemResource(String name)
          Find a JDBCSystemResource with the given name
abstract  JMSBridgeDestinationMBean lookupJMSBridgeDestination(String name)
          Finds a JMSBridgeDestinationMBean with the specified name
abstract  JMSServerMBean lookupJMSServer(String name)
          Finds a JMSServerMBean with the specified name.
abstract  JMSSystemResourceMBean lookupJMSSystemResource(String name)
          Find a JMSSystem resource with the given name
abstract  LibraryMBean lookupLibrary(String name)
          Finds a LibraryMBean with the specified name
abstract  MailSessionMBean lookupMailSession(String name)
          Finds a MailSessionMBean with the specified name
abstract  MessagingBridgeMBean lookupMessagingBridge(String name)
          Finds a MessagingBridgeMBean with the specified name.
abstract  OsgiFrameworkMBean lookupOsgiFramework(String name)
          Look up an OSGi framework by name
abstract  PathServiceMBean lookupPathService(String name)
          Finds a PathServiceMBean with the specified name.
abstract  SAFAgentMBean lookupSAFAgent(String name)
          Looks up a SAFAgentMBean by name.
abstract  WLDFSystemResourceMBean lookupWLDFSystemResource(String name)
          Looks up a WLDFSystemResourceMBean by name.
abstract  void setUploadDirectoryName(String dir)
          Sets the value of the UploadDirectoryName attribute.

 

Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, 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

getName

String getName()

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:

Name=user-specified-name

Specified by:
getName in interface ConfigurationMBean
Specified by:
getName in interface WebLogicMBean

getAppDeployments

@ExportCustomizeableValues(saveDefault=true)
AppDeploymentMBean[] getAppDeployments()
The collection of deployable entities in this resource group template.
Returns:
the deployables for this resource group template.
Since:
9.0.0.0

lookupAppDeployment

AppDeploymentMBean lookupAppDeployment(String name)
Finds a AppDeploymentMBean with the specified name
Parameters:
name - the name of the AppDeployment mbean to find
Returns:
returns the AppDeploymentMBean with the specified name

getLibraries

LibraryMBean[] getLibraries()
Define libraries for this resource group template.
Returns:
array of libraries

lookupLibrary

LibraryMBean lookupLibrary(String name)
Finds a LibraryMBean with the specified name
Parameters:
name - the library name to find
Returns:
returns the LibraryMBean with the specified name

getJMSServers

@ExportCustomizeableValues(saveDefault=true)
JMSServerMBean[] getJMSServers()
Define JMSServers for this resource group template.
Returns:
array of JMSServers

createJMSServer

JMSServerMBean createJMSServer(String name)
Creates a JMSServer object
Parameters:
name - the name of the JMSServer to create
Returns:
JMSServer object

destroyJMSServer

void destroyJMSServer(JMSServerMBean jmsServer)
Removes the named JMSServer from this resource group template.
Parameters:
jmsServer - the JMSServer to remove

lookupJMSServer

JMSServerMBean lookupJMSServer(String name)
Finds a JMSServerMBean with the specified name.
Parameters:
name - the name of the JMSServer to find
Returns:
returns the JMSServerMBean with the specified name

getMessagingBridges

@ExportCustomizeableValues(saveDefault=true)
MessagingBridgeMBean[] getMessagingBridges()
The MessagingBridgeMBean representing the messaging bridges that have been configured to be part of this resource group template.
Returns:
The messaging bridge array

createMessagingBridge

MessagingBridgeMBean createMessagingBridge(String name)
Creates a MessagingBridge with specified name.
Parameters:
name - the name of the MessagingBridge to create
Returns:
MessageBridge object

destroyMessagingBridge

void destroyMessagingBridge(MessagingBridgeMBean bridge)
Deletes specified MessagingBridge object.
Parameters:
bridge - the MessagingBridge to remove

lookupMessagingBridge

MessagingBridgeMBean lookupMessagingBridge(String name)
Finds a MessagingBridgeMBean with the specified name.
Parameters:
name - the name of the MessagingBridge to find
Returns:
returns the MessagingBridgeMBean with the specified name

getPathServices

@ExportCustomizeableValues(saveDefault=true)
PathServiceMBean[] getPathServices()
The PathServices for this resource group template.
Returns:
array of PathServices

destroyPathService

void destroyPathService(PathServiceMBean pathService)
Removes a PathService from this resource group template.
Parameters:
pathService - the PathService to remove

lookupPathService

PathServiceMBean lookupPathService(String name)
Finds a PathServiceMBean with the specified name.
Parameters:
name - the name of the PathService to find
Returns:
returns the PathServiceMBean with the specified name

createJMSBridgeDestination

JMSBridgeDestinationMBean createJMSBridgeDestination(String name)
Creates a JMSBridgeDestination instance in the resource group template.
Parameters:
name - the name of the JMSBridgeDestination to create
Returns:
JMSBridgeDestination object

destroyJMSBridgeDestination

void destroyJMSBridgeDestination(JMSBridgeDestinationMBean jmsBridgeDestination)
Deletes the specified JMSBridgeDestination object
Parameters:
jmsBridgeDestination - the JMSBridgeDestination to remove

lookupJMSBridgeDestination

JMSBridgeDestinationMBean lookupJMSBridgeDestination(String name)
Finds a JMSBridgeDestinationMBean with the specified name
Parameters:
name - the name of the JMSBridgeDestination to find
Returns:
returns the JMSBridgeDestinationMBean with the specified name.

getJMSBridgeDestinations

JMSBridgeDestinationMBean[] getJMSBridgeDestinations()
The JMSBridgeDestinations for this resource group template.
Returns:
an array of JMSBridgeDestinationMBean objects

getMailSessions

@ExportCustomizeableValues(saveDefault=true)
MailSessionMBean[] getMailSessions()
The MailSessions for this resource group template.
Returns:
an array of MailSessions objects

destroyMailSession

void destroyMailSession(MailSessionMBean ms)
Deletes a MailSession from this resource group template
Parameters:
ms - the MailSession to destroy

lookupMailSession

MailSessionMBean lookupMailSession(String name)
Finds a MailSessionMBean with the specified name
Parameters:
name - the name of the MailSession to find
Returns:
returns the MailSessionMBean with the specified name

getFileStores

@ExportCustomizeableValues(saveDefault=true)
FileStoreMBean[] getFileStores()
The file stores defined in this resource group template.
Returns:
array of FileStoreMBEan objects

createFileStore

FileStoreMBean createFileStore(String name)
Create a new FileStore.
Parameters:
name - the name of the FileStore to create
Returns:
new FileStore object

destroyFileStore

void destroyFileStore(FileStoreMBean store)
Delete the specified file store.
Parameters:
store - the FileStore to destroy

lookupFileStore

FileStoreMBean lookupFileStore(String name)
Finds a FileStoreMBean with the specified name
Parameters:
name - the name of the FileStore to find
Returns:
returns the FileStoreMBean with the specified name

getJDBCStores

@ExportCustomizeableValues(saveDefault=true)
JDBCStoreMBean[] getJDBCStores()
The JDBCStores defined in this resource group template.
Returns:
array of JDBCStoreMBean objects

createJDBCStore

JDBCStoreMBean createJDBCStore(String name)
Create a new JDBCStore with the specified name.
Parameters:
name - the name of the JDBCStore to create
Returns:
new JDBCStore object

destroyJDBCStore

void destroyJDBCStore(JDBCStoreMBean store)
Destroy The specified JDBCStore.
Parameters:
store - the JDBCStore to destroy

lookupJDBCStore

JDBCStoreMBean lookupJDBCStore(String name)
Finds a JDBCStoreMBean with the specified name
Parameters:
name - the name of the JDBCStore to find
Returns:
JDBCStore object

getJMSSystemResources

@ExportCustomizeableValues(saveDefault=true)
JMSSystemResourceMBean[] getJMSSystemResources()
The JMSSystemResourceMBeans that have been defined for this resource group template.
Returns:
array of JMSSystemResourceMBean objects

createJMSSystemResource

JMSSystemResourceMBean createJMSSystemResource(String name)
Create a new JMS system resource.
Parameters:
name - - name of bean and base name for descriptor file.
Returns:
new JMSSystemResource object

createJMSSystemResource

JMSSystemResourceMBean createJMSSystemResource(String name,
                                               String descriptorFileName)
Create a new JMS system resource.
Parameters:
name - name of bean
descriptorFileName - base name for descriptor file
Returns:
new JMSSystemResource object

destroyJMSSystemResource

void destroyJMSSystemResource(JMSSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - - bean to destroy
Since:
9.0.0.0

lookupJMSSystemResource

JMSSystemResourceMBean lookupJMSSystemResource(String name)
Find a JMSSystem resource with the given name
Parameters:
name - The name of the JMS system resource
Returns:
The system resource with the given name, or null if none with that name exist

getForeignJNDIProviders

@ExportCustomizeableValues(saveDefault=true)
ForeignJNDIProviderMBean[] getForeignJNDIProviders()
The Foreign JNDI Providers defined for this resource group template.
Returns:
array of JNDI Providers
Since:
9.0.0.0

lookupForeignJNDIProvider

ForeignJNDIProviderMBean lookupForeignJNDIProvider(String name)
Find a ForeignJNDIProvider resource with the given name
Parameters:
name - the name of the ForeignJNDIProvider
Returns:
the ForeignJNDIProvider with the given name, or null if none with that name exist
Since:
9.0.0.0

createForeignJNDIProvider

ForeignJNDIProviderMBean createForeignJNDIProvider(String name)
Create a new ForeignJNDIProvider with the specified name
Parameters:
name - the name of the ForeignJNDIProvider
Returns:
new ForeignJNDIProvider object

destroyForeignJNDIProvider

void destroyForeignJNDIProvider(ForeignJNDIProviderMBean provider)
Delete a ForeignJNDIProvider from the resource group template.
Parameters:
provider - the JNDIProvider to remove

getJDBCSystemResources

@ExportCustomizeableValues(saveDefault=true)
JDBCSystemResourceMBean[] getJDBCSystemResources()

The JDBCSystemResourceMBeans that have been defined for this resource group template.

Returns:
array of JDBCSystemResourceMBean objects
Since:
9.0.0.0

createJDBCSystemResource

JDBCSystemResourceMBean createJDBCSystemResource(String name)
Create a new JDBC system resource. The file for this resource will be DOMAIN_DIR/config/<name>.xml
Parameters:
name - - name of bean and base name for descriptor file.
Since:
9.0.0.0

createJDBCSystemResource

JDBCSystemResourceMBean createJDBCSystemResource(String name,
                                                 String descriptorFileName)

Create a new JDBC system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config. If not file by this name is defined, it will be created. If a file by this name exists and contains a valid JDBC descriptor, the new bean will link to that descriptor.

Parameters:
name - name of bean
descriptorFileName - name of descriptor file relative to DOMAIN_DIR/config/jdbc.
Since:
9.0.0.0

lookupJDBCSystemResource

JDBCSystemResourceMBean lookupJDBCSystemResource(String name)
Find a JDBCSystemResource with the given name
Parameters:
name - the name of the JDBCSystemResource
Returns:
the JDBCSystemResourceMBean with the given name, or null if none with that name exist
Since:
9.0.0.0

destroyJDBCSystemResource

void destroyJDBCSystemResource(JDBCSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - bean to destroy
Since:
9.0.0.0

getWLDFSystemResources

WLDFSystemResourceMBean[] getWLDFSystemResources()

The WLDFSystemResourceMBeans that have been defined for this resource group template

Returns:
array of WLDFSystemResourceMBean objects
Since:
9.0.0.0

createWLDFSystemResource

WLDFSystemResourceMBean createWLDFSystemResource(String name)
Create a new WLDFSystemResourceMBean.
Parameters:
name - name of bean and base name for descriptor file.
Since:
9.0.0.0

createWLDFSystemResource

WLDFSystemResourceMBean createWLDFSystemResource(String name,
                                                 String descriptorFileName)

Create a new WLDF system resource whose descriptor is stored in the given fileName relative to DOMAIN_DIR/config. If not file by this name is defined, it will be created. If a file by this name exists and contains a valid WLDF descriptor, the new bean will link to that descriptor.

Parameters:
name - name of bean
descriptorFileName - name of descriptor file relative to DOMAIN_DIR/config/diagnostics.
Since:
9.0.0.0

lookupWLDFSystemResource

WLDFSystemResourceMBean lookupWLDFSystemResource(String name)
Looks up a WLDFSystemResourceMBean by name.
Parameters:
name - The name of the WLDFSystemResource.
Returns:
returns the WLDFSystemResourceMBean specified by name
Since:
9.0.0.0

destroyWLDFSystemResource

void destroyWLDFSystemResource(WLDFSystemResourceMBean bean)
Destroy the given system resource bean and delete the descriptor file that it refers to.
Parameters:
bean - bean to destroy
Since:
9.0.0.0

getSAFAgents

SAFAgentMBean[] getSAFAgents()
The SAFAgentMBeans for this resource group template
Returns:
array of SAFAgentMBean objects

createSAFAgent

SAFAgentMBean createSAFAgent(String name)
Creates SAFAgent object with the specified name.
Parameters:
name - the name of the SAFAgent mbean to create
Returns:
SAFAgent object

destroySAFAgent

void destroySAFAgent(SAFAgentMBean sAFAgent)
Removes a SAFAgent from this resource group template.
Parameters:
sAFAgent - object

lookupSAFAgent

SAFAgentMBean lookupSAFAgent(String name)
Looks up a SAFAgentMBean by name.
Parameters:
name - the name of the SAFAgent mbean to find
Returns:
SAFAgent object

getCoherenceClusterSystemResources

CoherenceClusterSystemResourceMBean[] getCoherenceClusterSystemResources()
The CoherenceClusterSystemResourceMBeans that have been defined for this resource group template.
Returns:
array of CoherenceClusterSystemResourceMBean objects
Since:
10.3.3.0

createCoherenceClusterSystemResource

CoherenceClusterSystemResourceMBean createCoherenceClusterSystemResource(String name)
Create a new CoherenceClusterSystemResource. The file for this resource will be in DOMAIN_DIR/config/coherence/<name>/<name_xxx>.xml
Parameters:
name - name of bean
Since:
10.3.3.0

destroyCoherenceClusterSystemResource

void destroyCoherenceClusterSystemResource(CoherenceClusterSystemResourceMBean bean)
Destroy the given CoherenceClusterSystemResource.
Parameters:
bean - bean to destroy
Since:
10.3.3.0

lookupCoherenceClusterSystemResource

CoherenceClusterSystemResourceMBean lookupCoherenceClusterSystemResource(String name)
Find a CoherenceClusterSystemResource with the given name.
Parameters:
name - The name of the CoherenceClusterSystemResource
Returns:
The system resource with the given name, or null if none with that name exist
Since:
10.3.3.0

getOsgiFrameworks

OsgiFrameworkMBean[] getOsgiFrameworks()

OSGi framework definition for use by applications wishing to share services and code

Returns:
array of OSGi frameworks in this server
Since:
12.2.1.0

lookupOsgiFramework

OsgiFrameworkMBean lookupOsgiFramework(String name)

Look up an OSGi framework by name

Parameters:
name - the key of the osgi framework.
Returns:
The named osgi framework value
Since:
12.2.1.0

createOsgiFramework

OsgiFrameworkMBean createOsgiFramework(String name)

Factory to create a new OSGi framework instance for this Server.

Parameters:
name - the name of the OSGi framework to create
Returns:
NetworkAccessPoint object
Since:
12.2.1.0

destroyOsgiFramework

void destroyOsgiFramework(OsgiFrameworkMBean osgiFramework)

Destroys an OSGi framework object.

Parameters:
osgiFramework - to be destroyed
Since:
12.2.1.0

getUploadDirectoryName

String getUploadDirectoryName()

The directory path on the Administration Server where the uploaded applications for this resource group template are placed.

Returns:
The uploadDirectoryName value

setUploadDirectoryName

void setUploadDirectoryName(String dir)

Sets the value of the UploadDirectoryName attribute.

Parameters:
dir - The new uploadDirectoryName value
See Also:
ResourceGroupTemplateMBean.getUploadDirectoryName()

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