|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConnectionPersistence.ConnectionSummary
Summary information for a persisted connection configuration.
Method Summary | |
---|---|
ConnectionType |
getConnectionType()
Get the type of the connection described by the summary. |
String |
getDescription()
A description of the connection configuration. |
String |
getName()
Get the name that uniquely defines the connection configuration within the adapter Type and ConnectionType scope The return value must not be null . |
boolean |
isInbound()
Information whether the connection configuration is inbound connection configuration |
boolean |
isOutbound()
Information whether the connection configuration is outbound connection configuration |
Method Detail |
---|
ConnectionType getConnectionType()
null
.ConnectionConfiguration.getConnectionType()
String getName()
null
.
ConnectionConfiguration.getName()
String getDescription()
This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.
ResourceBundle
,
MessageFormat
,
ConnectionConfiguration.getDescription()
boolean isInbound()
true
if inbound configurationboolean isOutbound()
true
if outbound configuration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |