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
-
Utils()
-
-
getAgletProxyInContext(Aglet, AgletIdentifier)
-
-
getDefaultPort(String)
-
-
main(String[])
-
-
makeAgletURL(URL, AgletIdentifier)
-
-
sameURL(URL, URL)
-
-
setWindowProperties(Frame, Aglet)
-
Utils
public Utils()
sameURL
public static boolean sameURL(URL u1,
URL u2)
getDefaultPort
public static int getDefaultPort(String protocol)
main
public static void main(String arg[]) throws IOException
getAgletProxyInContext
public static AgletProxy getAgletProxyInContext(Aglet m,
AgletIdentifier id) throws AgletException
makeAgletURL
public static URL makeAgletURL(URL host,
AgletIdentifier id) throws IOException
setWindowProperties
public static void setWindowProperties(Frame f,
Aglet aglet) throws AgletException
All Packages Class Hierarchy This Package Previous Next Index