Interface WeblogicConnector

All Superinterfaces:
Serializable, WlsMetadata
All Known Subinterfaces:
WeblogicConnector13
All Known Implementing Classes:
WeblogicConnector13Impl, WeblogicConnectorAbstractImpl

public interface WeblogicConnector extends WlsMetadata
A generic WeblogicConnector.
Author:
Jeff Zhang
  • Method Details

    • getNativeLibdir

      String getNativeLibdir()
      Get NativeLibdir
      Returns:
      native-libdir string
    • getJndiName

      String getJndiName()
      Get JndiName
      Returns:
      the jndi name
    • isEnableAccessOutsideApp

      Boolean isEnableAccessOutsideApp()
      isEnableAccessOutsideApp
      Returns:
      bool EnableAccessOutsideApp
    • isEnableGlobalAccessToClasses

      Boolean isEnableGlobalAccessToClasses()
      isEnableGlobalAccessToClasses
      Returns:
      bool EnableGlobalAccessToClasses
    • getWorkManager

      WorkManager getWorkManager()
      getWorkManager
      Returns:
      the WorkManager
    • getConnectorWorkManager

      ConnectorWorkManager getConnectorWorkManager()
      getConnectorWorkManager
      Returns:
      the ConnectorWorkManager
    • getSecurity

      getSecurity
      Returns:
      the ResourceAdapterSecurity
    • getProperties

      ConfigProperties getProperties()
      getProperties
      Returns:
      the ConfigProperties
    • getAdminObjects

      AdminObjects getAdminObjects()
      getAdminObjects
      Returns:
      the AdminObjects
    • getOutboundResourceAdapter

      OutboundResourceAdapter getOutboundResourceAdapter()
      getOutboundResourceAdapter
      Returns:
      the OutboundResourceAdapter