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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminObjectsgetAdminObjects()getAdminObjectsConnectorWorkManagergetConnectorWorkManager()getConnectorWorkManagerStringgetJndiName()Get JndiNameStringgetNativeLibdir()Get NativeLibdirOutboundResourceAdaptergetOutboundResourceAdapter()getOutboundResourceAdapterConfigPropertiesgetProperties()getPropertiesResourceAdapterSecuritygetSecurity()getSecurityWorkManagergetWorkManager()getWorkManagerBooleanisEnableAccessOutsideApp()isEnableAccessOutsideAppBooleanisEnableGlobalAccessToClasses()isEnableGlobalAccessToClasses
-
-
-
Method Detail
-
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
-
-