|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWritableConnectionProvider
Interface for IConnectionProvider
s that support update.
Nested Class Summary |
---|
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
clear()
Removes all connection parameters from this connection provider. |
ConnectionParameters |
createConnectionParameters(java.lang.String name,
java.lang.String connectionTypeId,
ConnectionParameters.AttributeValue... attributes)
Create a new set of ConnectionParameters in this connection provider |
ConnectionParameters |
createConnectionParameters(java.lang.String name,
java.lang.String connectionTypeId,
java.util.Map<java.lang.String,java.lang.String> attributes)
Create a new set of ConnectionParameters in this connection provider |
void |
removeConfiguration(java.lang.String id)
Removes a specific ConnectionParameters from this connection provider. |
void |
updateConnectionParameters(ConnectionParameters newParameters)
Replaces a set of connection parameters with an updated version |
Methods inherited from interface com.ibm.cics.core.connections.IConnectionProvider |
---|
addListener, getConnection, getConnections, getDescription, getId, refresh |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void clear()
void removeConfiguration(java.lang.String id)
ConnectionParameters
from this connection provider.
id
- the ID of the parameters to removevoid updateConnectionParameters(ConnectionParameters newParameters)
newParameters
- parameters to replace withConnectionParameters createConnectionParameters(java.lang.String name, java.lang.String connectionTypeId, ConnectionParameters.AttributeValue... attributes)
ConnectionParameters
in this connection provider
name
- the name to useconnectionTypeId
- the type ID to useattributes
- the attributes to use
ConnectionParameters createConnectionParameters(java.lang.String name, java.lang.String connectionTypeId, java.util.Map<java.lang.String,java.lang.String> attributes)
ConnectionParameters
in this connection provider
name
- the name to useconnectionTypeId
- the type ID to useattributes
- the attributes to use
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |