com.IBM.WirelessClient.API
Class eConnectionInfo

java.lang.Object
  |
  +--com.IBM.WirelessClient.API.eConnectionInfo

public class eConnectionInfo
extends java.lang.Object

eConnectionInfo Used with the eMsg_ConnectionInfo event. Encapsulates the eCONNECTIONINFO c api structure


Field Summary
static int LOGGED_OFF
          eCONNSTATUS enumeration - use these values to interpret status field
static int LOGGED_ON
          eCONNSTATUS enumeration - use these values to interpret status field
static int LOGGING_OFF
          eCONNSTATUS enumeration - use these values to interpret status field
static int LOGGING_ON
          eCONNSTATUS enumeration - use these values to interpret status field
 
Constructor Summary
eConnectionInfo(int theStatus, java.lang.String theLocalIpaddr, java.lang.String theGWIPAddr, java.lang.String theConnName, boolean isEncryptionOn, boolean isCompressionOn, boolean isTcpHdrReductionOn, boolean isUdpHdrReductionOn, boolean isDnsCachingOn)
           
 
Method Summary
 java.lang.String getConnectionName()
           
 java.lang.String getGateway_ipaddr()
           
 java.lang.String getLocal_ipaddr()
           
 int getStatus()
           
 boolean isCompression()
           
 boolean isDnsCaching()
           
 boolean isEncryption()
           
 boolean isTcpHdrReduction()
           
 boolean isUdpHdrReduction()
           
 void setCompression(boolean newVal)
           
 void setConnectionName(java.lang.String newVal)
           
 void setDnsCaching(boolean newVal)
           
 void setEncryption(boolean newVal)
           
 void setGateway_ipaddr(java.lang.String newVal)
           
 void setLocal_ipaddr(java.lang.String newVal)
           
 void setStatus(int newVal)
           
 void setTcpHdrReduction(boolean newVal)
           
 void setUdpHdrReduction(boolean newVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGED_OFF

public static final int LOGGED_OFF
eCONNSTATUS enumeration - use these values to interpret status field

LOGGING_ON

public static final int LOGGING_ON
eCONNSTATUS enumeration - use these values to interpret status field

LOGGED_ON

public static final int LOGGED_ON
eCONNSTATUS enumeration - use these values to interpret status field

LOGGING_OFF

public static final int LOGGING_OFF
eCONNSTATUS enumeration - use these values to interpret status field
Constructor Detail

eConnectionInfo

public eConnectionInfo(int theStatus,
                       java.lang.String theLocalIpaddr,
                       java.lang.String theGWIPAddr,
                       java.lang.String theConnName,
                       boolean isEncryptionOn,
                       boolean isCompressionOn,
                       boolean isTcpHdrReductionOn,
                       boolean isUdpHdrReductionOn,
                       boolean isDnsCachingOn)
Method Detail

getConnectionName

public final java.lang.String getConnectionName()

getGateway_ipaddr

public final java.lang.String getGateway_ipaddr()

getLocal_ipaddr

public final java.lang.String getLocal_ipaddr()

getStatus

public final int getStatus()

isCompression

public final boolean isCompression()

isDnsCaching

public final boolean isDnsCaching()

isEncryption

public final boolean isEncryption()

isTcpHdrReduction

public final boolean isTcpHdrReduction()

isUdpHdrReduction

public final boolean isUdpHdrReduction()

setCompression

public void setCompression(boolean newVal)

setConnectionName

public void setConnectionName(java.lang.String newVal)

setDnsCaching

public void setDnsCaching(boolean newVal)

setEncryption

public void setEncryption(boolean newVal)

setGateway_ipaddr

public void setGateway_ipaddr(java.lang.String newVal)

setLocal_ipaddr

public void setLocal_ipaddr(java.lang.String newVal)

setStatus

public void setStatus(int newVal)

setTcpHdrReduction

public void setTcpHdrReduction(boolean newVal)

setUdpHdrReduction

public void setUdpHdrReduction(boolean newVal)