oracle.calendar.soap.client
Class Proxy

java.lang.Object
  |
  +--oracle.calendar.soap.client.Proxy

public class Proxy
extends java.lang.Object

This class is used to store the proxy information to be used by the Calendarlet or WebClientlet. The Proxy Host and Port must be specified. Additionally, if the proxy requires an authenticated user and password, this must be provided as well.


Field Summary
private  boolean m_needProxyPwd
           
private  java.lang.String m_proxyHost
           
private  java.lang.String m_proxyPassword
           
private  int m_proxyPort
           
private  java.lang.String m_proxyUser
           

 

Constructor Summary
Proxy()
          Class Constructor

 

Method Summary
 java.lang.String getHost()
          Retrieve the proxy host
 boolean getNeedPassword()
          Retrieve the flag indicating user name and password are required for proxy authentication
 java.lang.String getPassword()
          Retrieve the proxy password
 int getPort()
          Retrieve the proxy port
 java.lang.String getUser()
          Retrieve the proxy username
 void setHost(java.lang.String in_newHost)
          Assign the proxy host
 void setNeedPassword(boolean in_newFlag)
          Assign the flag indicating that a proxy user name and password is required.
 void setPassword(java.lang.String in_newPassword)
          Assign the proxy user password
 void setPort(int in_newPort)
          Assign the proxy port
 void setUser(java.lang.String in_newUser)
          Assign the proxy username

 

Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Field Detail

m_needProxyPwd

private boolean m_needProxyPwd

m_proxyHost

private java.lang.String m_proxyHost

m_proxyPort

private int m_proxyPort

m_proxyUser

private java.lang.String m_proxyUser

m_proxyPassword

private java.lang.String m_proxyPassword
Constructor Detail

Proxy

public Proxy()
Class Constructor
Method Detail

getHost

public java.lang.String getHost()
Retrieve the proxy host
Returns:
String a host name or ip address

setHost

public void setHost(java.lang.String in_newHost)
Assign the proxy host
Parameters:
in_newHost - a host name or ip address

getPort

public int getPort()
Retrieve the proxy port
Returns:
int a port number

setPort

public void setPort(int in_newPort)
Assign the proxy port
Parameters:
in_newPort - a port number

getUser

public java.lang.String getUser()
Retrieve the proxy username
Returns:
String a proxy user name

setUser

public void setUser(java.lang.String in_newUser)
Assign the proxy username
Parameters:
in_newUser - a proxy user name

getPassword

public java.lang.String getPassword()
Retrieve the proxy password
Returns:
String a proxy user password

setPassword

public void setPassword(java.lang.String in_newPassword)
Assign the proxy user password
Parameters:
in_newPassword - a proxy user password

getNeedPassword

public boolean getNeedPassword()
Retrieve the flag indicating user name and password are required for proxy authentication
Returns:
boolean a TRUE/FALSE flag

setNeedPassword

public void setNeedPassword(boolean in_newFlag)
Assign the flag indicating that a proxy user name and password is required.
Parameters:
in_newFlag - a TRUE/FALSE flag