Class ibm.aglets.util.Utils
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ibm.aglets.util.Utils

java.lang.Object
   |
   +----ibm.aglets.util.Utils

public class Utils
extends Object

Constructor Index

 o Utils()

Method Index

 o getAgletProxyInContext(Aglet, AgletIdentifier)
 o getDefaultPort(String)
 o main(String[])
 o makeAgletURL(URL, AgletIdentifier)
 o sameURL(URL, URL)
 o setWindowProperties(Frame, Aglet)

Constructors

 o Utils
  public Utils()

Methods

 o sameURL
  public static boolean sameURL(URL u1,
                                URL u2)
 o getDefaultPort
  public static int getDefaultPort(String protocol)
 o main
  public static void main(String arg[]) throws IOException
 o getAgletProxyInContext
  public static AgletProxy getAgletProxyInContext(Aglet m,
                                                  AgletIdentifier id) throws AgletException
 o makeAgletURL
  public static URL makeAgletURL(URL host,
                                 AgletIdentifier id) throws IOException
 o setWindowProperties
  public static void setWindowProperties(Frame f,
                                         Aglet aglet) throws AgletException

All Packages  Class Hierarchy  This Package  Previous  Next  Index