public class MainAppletContext
extends java.lang.Object
Constructor and Description |
---|
MainAppletContext() |
Modifier and Type | Method and Description |
---|---|
static java.applet.Applet |
getAgentApplet()
Get the applet that has been identified as the JT Harness Agent applet.
|
static java.applet.Applet |
getApplet(java.lang.String name)
Get the applet that has been registered with a given name.
|
static java.applet.AppletContext |
getAppletContext()
Get the current AppletContext.
|
static java.util.Enumeration |
getAppletNames()
Get an enumeration of all the names that have been used to register applets.
|
static boolean |
isStarted()
Check the flag that indicates whether the agent applet has been started.
|
static void |
putApplet(java.lang.String name,
java.applet.Applet applet)
Register an applet in a table of applets.
|
static void |
setAgentApplet(java.applet.Applet applet)
Set the applet to be identified as the JT Harness Agent applet.
|
static void |
setAppletContext(java.applet.AppletContext ctx)
Set the AppletContext in use, so that it might be shared.
|
static void |
setStarted(boolean value)
Set a flag to indicate that the agent applet has been started.
|
public static void setAppletContext(java.applet.AppletContext ctx)
ctx
- the AppletContext to be shared.getAppletContext()
public static java.applet.AppletContext getAppletContext()
setAppletContext(java.applet.AppletContext)
public static void putApplet(java.lang.String name, java.applet.Applet applet)
name
- the name with which to register the appletapplet
- the applet to be registeredgetApplet(java.lang.String)
,
getAppletNames()
public static java.applet.Applet getApplet(java.lang.String name)
name
- the name of the applet to returnpublic static java.util.Enumeration getAppletNames()
public static void setAgentApplet(java.applet.Applet applet)
applet
- the Javatest Agent appletgetAgentApplet()
public static java.applet.Applet getAgentApplet()
setAgentApplet(java.applet.Applet)
public static void setStarted(boolean value)
value
- a boolean value indicating whether the agent applet has been
started or not.public static boolean isStarted()
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.