Interface WeblogicConnector
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Subinterfaces:
WeblogicConnector13
- All Known Implementing Classes:
WeblogicConnector13Impl,WeblogicConnectorAbstractImpl
A generic WeblogicConnector.
- Author:
- Jeff Zhang
-
Method Summary
Modifier and TypeMethodDescriptiongetAdminObjectsgetConnectorWorkManagerGet JndiNameGet NativeLibdirgetOutboundResourceAdaptergetPropertiesgetSecuritygetWorkManagerisEnableAccessOutsideAppisEnableGlobalAccessToClasses
-
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
ResourceAdapterSecurity 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
-