Interface ConnectionInstance
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
ConnectionInstanceImpl
public interface ConnectionInstance extends WlsMetadata
A generic ConnectionDefinition.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectionInstance.AttributeA Attribute.static classConnectionInstance.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionDefinitionPropertiesgetConnectionProperties()getDefaultConnectionPropertiesStringgetDescription()getDescriptionStringgetJndiName()getJndiName
-
-
-
Method Detail
-
getDescription
String getDescription()
getDescription- Returns:
- the Description
-
getJndiName
String getJndiName()
getJndiName- Returns:
- the JndiName
-
getConnectionProperties
ConnectionDefinitionProperties getConnectionProperties()
getDefaultConnectionProperties- Returns:
- the ConnectionDefinitionProperties
-
-