com.tensegrity.palojava.http
Class PaloHttp

java.lang.Object
  extended by com.tensegrity.palojava.http.PaloHttp

Deprecated. this class is not required anymore since it doesn't do anything usefull besides providing the palo connection

public class PaloHttp
extends java.lang.Object

PaloHttp The analog to the Palo class.

Version:
$Id$
Author:
ArndHouben

Method Summary
 void destroy()
          Deprecated.  
static PaloHttp getInstance()
          Deprecated.  
 void init()
          Deprecated. Returns the globally used PaloHttp instance for connecting to the palo server
 ConnectionHttp newConnection(java.lang.String server, java.lang.String service, java.lang.String username, java.lang.String password)
          Deprecated. Creates a new IConnection object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PaloHttp getInstance()
Deprecated. 

init

public void init()
Deprecated. 
Returns the globally used PaloHttp instance for connecting to the palo server


destroy

public void destroy()
Deprecated. 

newConnection

public ConnectionHttp newConnection(java.lang.String server,
                                    java.lang.String service,
                                    java.lang.String username,
                                    java.lang.String password)
Deprecated. 
Creates a new IConnection object.

Parameters:
server - the server name, e.g. localhost
service - the port number
username - the login name
password - the login password
Returns:
a newly created ConnectionHttp instance.