|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.connection.ManualConnectionFactoryConfiguration
public final class ManualConnectionFactoryConfiguration
A connection factory configuration in which the servers, clusters, and puddles that the factory is to connect to are explicitly described.
Constructor Summary | |
---|---|
ManualConnectionFactoryConfiguration(Cluster cluster)
Create a configuration for an connection factory that creates and manages connections to the specified server cluster. |
|
ManualConnectionFactoryConfiguration(Cluster[] clusters)
Create a configuration for an connection factory that creates and manages connections to the specified server clusters. |
|
ManualConnectionFactoryConfiguration(Puddle puddle)
Create a configuration for an connection factory that creates and manages connections to the specified puddle. |
|
ManualConnectionFactoryConfiguration(Puddle[] puddles)
Create a configuration for an connection factory that creates and manages connections to the specified puddles. |
|
ManualConnectionFactoryConfiguration(Server server)
Create a configuration for an connection factory that creates and manages connections to the specified server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object that)
|
Cluster[] |
getClusterArray()
Get the server clusters that factories with this configuration connect to. |
protected Cluster[] |
getClustersNoCopy()
|
Puddle[] |
getPuddleArray()
Get a copy of the puddles that factories with this configuration connect to. |
protected Puddle[] |
getPuddlesNoCopy()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class com.sas.services.connection.ConnectionFactoryConfiguration |
---|
getKernel, getKernel, getKernelFromDelegate, kernelDestroyed |
Constructor Detail |
---|
public ManualConnectionFactoryConfiguration(Server server)
server
- the server you want to make connections topublic ManualConnectionFactoryConfiguration(Cluster cluster)
cluster
- the server cluster you want to make connections topublic ManualConnectionFactoryConfiguration(Cluster[] clusters)
clusters
- the server clusters you want to make connections topublic ManualConnectionFactoryConfiguration(Puddle puddle)
puddle
- the puddle you want to make connections topublic ManualConnectionFactoryConfiguration(Puddle[] puddles)
puddles
- the puddles you want to make connections toMethod Detail |
---|
public Cluster[] getClusterArray()
public Puddle[] getPuddleArray()
public boolean equals(java.lang.Object that)
equals
in class ConnectionFactoryConfiguration
public int hashCode()
hashCode
in class ConnectionFactoryConfiguration
public java.lang.String toString()
toString
in class java.lang.Object
protected Cluster[] getClustersNoCopy()
protected Puddle[] getPuddlesNoCopy()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |