Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
Reality Interface Classes: Class DDAConnectionSpec (JReal) (ddaconnectionspec.html)
|
Reality Interface Classes | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.northgateis.comms.dda.DDAConnectionSpec
A class that holds all of the details of a DDATcp connection
Field Summary | |
java.lang.String
|
account
|
java.lang.String
|
database
|
static int
|
DEFAULT_PORT
|
java.lang.String
|
host
|
int
|
port
|
java.lang.String
|
user
|
Constructor Summary | |
DDAConnectionSpec() Create a skeleton connection spec. | |
DDAConnectionSpec(java.lang.String h,
int p,
java.lang.String d,
java.lang.String u,
java.lang.String a) Create a connection spec to a specified port | |
DDAConnectionSpec(java.lang.String d,
java.lang.String u,
java.lang.String a) Create a connection spec to localhost using the default port | |
DDAConnectionSpec(java.lang.String h,
java.lang.String d,
java.lang.String u,
java.lang.String a) Create a connection spec using the default port |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int DEFAULT_PORT
public java.lang.String host
public int port
public java.lang.String database
public java.lang.String user
public java.lang.String account
Constructor Detail |
public DDAConnectionSpec()
public DDAConnectionSpec(java.lang.String h, java.lang.String d, java.lang.String u, java.lang.String a)
h
- DNS name or TCP address of hostd
- Database name on hostu
-
user-id on host/databasea
- Account name on databasepublic DDAConnectionSpec(java.lang.String d, java.lang.String u, java.lang.String a)
d
- Database name on hostu
-
user-id on host/databasea
- Account name on databasepublic DDAConnectionSpec(java.lang.String h, int p, java.lang.String d, java.lang.String u, java.lang.String a)
h
- DNS name or TCP address of hostp
- Port number to use on hostd
- Database name on hostu
-
user-id on host/databasea
- Account name on database
| Reality Interface Classes | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |