All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglets.util.Utils

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

public class Utils
extends Object

Constructor Index

 o Utils()

Method Index

 o getDefaultPort(String)
 o main(String[])
 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 setWindowProperties
 public static void setWindowProperties(Frame f,
                                        Aglet aglet) throws AgletException

All Packages  Class Hierarchy  This Package  Previous  Next  Index