com.ibm.cics.core.connections
Interface IConnectionsInfoProvider


public interface IConnectionsInfoProvider

Allows the customizers to access the connections configurations in-memory data held by the preference page, avoiding the need to to go to the persistence store directly.

This interface is not meant to be implemented by customizers

Since:
1.0.0.4

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.Map<java.lang.String,ConnectionConfiguration>[] getConfigurationsMap()
          this array's elements correspond to the elements of the descriptors array getDescriptors()
 IConnectionDescriptor getCurrentDescriptor()
           
 java.util.Collection<IConnectionDescriptor> getDescriptors()
          Each descriptor describes a connection type
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getDescriptors

java.util.Collection<IConnectionDescriptor> getDescriptors()
Each descriptor describes a connection type

Returns:
an array of all known descriptors

getCurrentDescriptor

IConnectionDescriptor getCurrentDescriptor()
Returns:
the descriptor that the current IConnectionCustomizer is for.

getConfigurationsMap

java.util.Map<java.lang.String,ConnectionConfiguration>[] getConfigurationsMap()
this array's elements correspond to the elements of the descriptors array getDescriptors()

Returns:


Copyright © 2013 IBM Corp. All Rights Reserved.