|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firebirdsql.jca.FBConnectionRequestInfo
The class FBConnectionRequestInfo
holds a clumplet that is used
to store and transfer connection-specific information such as user, password,
and other dpb information..
Method Summary | |
FBConnectionRequestInfo |
deepCopy()
|
boolean |
equals(java.lang.Object other)
Checks whether this instance is equal to another. |
DatabaseParameterBuffer |
getDpb()
|
int |
getIntProperty(int type)
|
java.lang.String |
getPassword()
|
java.lang.String |
getStringProperty(int type)
|
java.lang.String |
getUser()
|
boolean |
hasArgument(int type)
|
int |
hashCode()
Returns the hashCode of the ConnectionRequestInfo. |
static FBConnectionRequestInfo |
newInstance(GDS gds)
|
void |
setPassword(java.lang.String password)
|
void |
setProperty(int type)
|
void |
setProperty(int type,
byte[] content)
|
void |
setProperty(int type,
int content)
|
void |
setProperty(int type,
java.lang.String content)
|
void |
setUser(java.lang.String user)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static FBConnectionRequestInfo newInstance(GDS gds)
public FBConnectionRequestInfo deepCopy()
public DatabaseParameterBuffer getDpb()
public void setProperty(int type, java.lang.String content)
public void setProperty(int type)
public void setProperty(int type, int content)
public void setProperty(int type, byte[] content)
public java.lang.String getStringProperty(int type)
public int getIntProperty(int type)
public boolean hasArgument(int type)
public void setUser(java.lang.String user)
public java.lang.String getUser()
public void setPassword(java.lang.String password)
public java.lang.String getPassword()
public boolean equals(java.lang.Object other)
equals
in interface javax.resource.spi.ConnectionRequestInfo
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |