Package | Description |
---|---|
com.streamscape.runtime.mf.admin.cfo | |
com.streamscape.service.osf.clients |
Modifier and Type | Method and Description |
---|---|
void |
ClientFactoryObject.destroyAll() |
ClientConnection |
ClientFactoryObject.lookupConnection(java.lang.String connectionName) |
void |
ClientFactoryObject.removeConnection(java.lang.String connectionName) |
void |
ClientFactoryObject.setProperty(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
ClientFactory.destroyAll()
Cleans up all transient objects and frees up all resources created by this factory.
|
ClientConnection |
ClientFactory.lookupConnection(java.lang.String connectionName)
Returns a connection from the pool specified by the name.
|
void |
ClientFactory.removeConnection(java.lang.String name)
Removes a connection from the factory pool.
|
void |
ClientFactory.setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property for this factory.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.