public class JnsObject
extends java.lang.Object
Constructor and Description |
---|
JnsObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientLocale()
Gets the class variable ClientLocale.
|
int |
getGroupCount()
Gets the server group count.
|
boolean |
getIfOptionC_One() |
java.lang.String |
getIPAddr()
Gets the IP address to the database host.
|
java.lang.String |
getPortNo()
Gets the port number to the database server.
|
int |
getPortNumber()
Gets the port number to the database server.
|
ServerGroup |
getServerGroup()
Gets the server group from the sqlhost.
|
java.lang.String |
getServerName()
Gets the server name from the database server group.
|
static int |
getServiceByName(java.lang.String serviceName) |
void |
JnsLookup(java.lang.String servername,
java.util.Properties optProps) |
void |
setClientLocale(java.lang.String locale)
Set the class variable ClientLocale.
|
public boolean getIfOptionC_One()
public void JnsLookup(java.lang.String servername, java.util.Properties optProps) throws IfxASFException
IfxASFException
public ServerGroup getServerGroup()
public int getGroupCount()
public java.lang.String getServerName()
public java.lang.String getIPAddr()
public java.lang.String getPortNo()
public int getPortNumber()
public void setClientLocale(java.lang.String locale)
locale
- the clients locale.public java.lang.String getClientLocale()
public static int getServiceByName(java.lang.String serviceName)