|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigProperty | |
|---|---|
| com.tibco.rta | Connection, session, configuration classes and interfaces. |
| Uses of ConfigProperty in com.tibco.rta |
|---|
| Methods in com.tibco.rta that return ConfigProperty | |
|---|---|
static ConfigProperty |
ConfigProperty.getByPropertyName(java.lang.String propertyName)
|
static ConfigProperty |
ConfigProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigProperty[] |
ConfigProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Method parameters in com.tibco.rta with type arguments of type ConfigProperty | |
|---|---|
RtaSession |
RtaConnection.createSession(java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> sessionProps)
Creates the session. |
RtaSession |
RtaConnection.createSession(java.lang.String name,
java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> sessionProps)
Creates the session with name |
RtaConnection |
RtaConnectionFactory.getConnection(java.lang.String connectionUrl,
java.lang.String username,
char[] password,
java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> configuration)
Creates a new RtaConnection object. |
RtaConnection |
RtaConnectionFactory.getConnection(java.lang.String connectionUrl,
java.lang.String username,
java.lang.String password,
java.util.Map<ConfigProperty,com.tibco.rta.property.PropertyAtom<?>> configuration)
Creates a new RtaConnection object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||