SAP J2EE Engine

Version 6.40


com.sapportals.connector.connection
Interface IConnectionPropertyGroup


public interface IConnectionPropertyGroup

The interface IConnectionProperty provides metadata to a certain group of connection properties that constitute a valid connection spec.

Version:
1.0

Method Summary
 java.util.Set getAllConnectionProperties()
          Returns a set of pairs (entries) of names and values of IConnectionProperty objects
 IConnectionProperty getConnectionProperty(java.lang.String propertyName)
          Returns the connection property for the given connection property name.
 java.util.Set retrieveAllConnectionPropertiesNames()
          Returns a set of all possible connection properties names
 

Method Detail

retrieveAllConnectionPropertiesNames

public java.util.Set retrieveAllConnectionPropertiesNames()
Returns a set of all possible connection properties names
Returns:
Set containing names of all connection properties

getAllConnectionProperties

public java.util.Set getAllConnectionProperties()
Returns a set of pairs (entries) of names and values of IConnectionProperty objects
Returns:
Set containing all connection properties

getConnectionProperty

public IConnectionProperty getConnectionProperty(java.lang.String propertyName)
Returns the connection property for the given connection property name.
Parameters:
propertyName - the name of the property
Returns:
propertyType the type of the property
See Also:
IConnectionProperty

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.