|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IConnectionProperty provides an interface for defining certain connection properties for the connectionSpec. It is very important that every connector implements this interface for the following properties (required for the connector gateway service):
IConnectionSpecMetaData| Field Summary | |
static java.lang.String |
CONNECTION_PROPERTY_TYPE_CONNECTION
Group name for connection properties that are connection dependent. |
static java.lang.String |
CONNECTION_PROPERTY_TYPE_SYSTEM
Group name for connection properties that are system dependent. |
static java.lang.String |
CONNECTION_PROPERTY_TYPE_USER
Group name for connection properties that are user dependent. |
| Method Summary | |
java.util.Set |
getComposingConnectionPropertyGroups()
Returns the composed Connection Property groups |
java.lang.Object |
getDefaultValue()
Returns the default value for this connection property. |
boolean |
getIsMandatory()
Returns whether this property is mandatory |
IPrimitive |
getMetadata()
Returns the primitive metadata type of the property. |
java.lang.String |
getType()
Returns whether the property is a system connection property or user connection property |
java.util.Set |
getValidValues()
Returns a Set of valid values for this connection property. |
| Field Detail |
public static final java.lang.String CONNECTION_PROPERTY_TYPE_SYSTEM
public static final java.lang.String CONNECTION_PROPERTY_TYPE_USER
public static final java.lang.String CONNECTION_PROPERTY_TYPE_CONNECTION
| Method Detail |
public boolean getIsMandatory()
public IPrimitive getMetadata()
IPrimitivepublic java.lang.String getType()
public java.util.Set getValidValues()
public java.lang.Object getDefaultValue()
public java.util.Set getComposingConnectionPropertyGroups()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||