Java Client API Reference 6.0.2.61

com.baan.b3.legacydirectory
Interface URI


public interface URI

Represents a URI for a connection.

Version:
Build Nr 61, file version \\main\\1, 15:09:13 24-07-2006 UTC

Method Summary
 java.lang.String getHost()
          Retrieve the host of the URI
Threading policy: MTSafe.
 java.lang.String getPath()
          Retrieve the path of the URI
Threading policy: MTSafe.
 int getPort()
          Retrieve the port number of the URI.
 java.lang.String getProtocol()
          Retrieve the protocol of the URI
Threading policy: MTSafe.
 java.lang.String getRemainder()
          Retrieve the remainder part of the URI
Threading policy: MTSafe.
 java.lang.String toString()
          Implements toString().
 

Method Detail

getProtocol

public java.lang.String getProtocol()
Retrieve the protocol of the URI
Threading policy: MTSafe.
Returns:
the protocol of the URI.

getHost

public java.lang.String getHost()
Retrieve the host of the URI
Threading policy: MTSafe.
Returns:
the host of the URI.

getPath

public java.lang.String getPath()
Retrieve the path of the URI
Threading policy: MTSafe.
Returns:
the path of the URI.

getPort

public int getPort()
Retrieve the port number of the URI. Returns -1 if no port is specified.
Threading policy: MTSafe.
Returns:
the port number of the URI.

getRemainder

public java.lang.String getRemainder()
Retrieve the remainder part of the URI
Threading policy: MTSafe.
Returns:
the remainder part of the URI.

toString

public java.lang.String toString()
Implements toString().
Threading policy: MTSafe.
Overrides:
toString in class java.lang.Object
Returns:
the String of the total URI.

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.