Package | Description |
---|---|
org.safs.jvmagent | |
org.safs.jvmagent.agents | |
org.safs.rmi.engine |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalServer |
Modifier and Type | Class and Description |
---|---|
class |
STAFLocalServer |
Modifier and Type | Method and Description |
---|---|
LocalAgent |
LocalAgentFactoryImpl.getAgent(java.lang.String agentname) |
LocalAgent |
LocalAgentFactory.getAgent(java.lang.String agentname)
Locate and return the LocalAgent using the stored agentpackage and provided agentname.
|
LocalAgent |
AlternateAncestorUser.getAlternateAncestor()
AlternateAncestorUser interface.
|
LocalAgent |
LocalAgentFactoryImpl.getDefaultAgent()
By default we attempt to return a DEFAULT_AGENT_NAME instance from agentpackage.
|
LocalAgent |
LocalAgentFactory.getDefaultAgent()
Return the default LocalAgent for the current agent package.
|
LocalAgent |
LocalAgentFactoryImpl.getDerivedAgent(java.lang.Object testobject) |
LocalAgent |
LocalAgentFactory.getDerivedAgent(java.lang.Object testobject)
Locate and return the LocalAgent most appropriate for the testobject target.
|
LocalAgent |
LocalAgentFactoryImpl.getLocalAgent(java.lang.String fullclassname)
Return the LocalAgent for the fully specified agentclass.
|
LocalAgent |
LocalAgentFactory.getLocalAgent(java.lang.String fullclassname)
Return the LocalAgent for the fully specified agentclass.
|
Modifier and Type | Method and Description |
---|---|
void |
AlternateAncestorUser.setAlternateAncestor(LocalAgent ancestor)
AlternateAncestorUser interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentAgent |
class |
ContainerAgent |
class |
FrameAgent |
class |
JCheckBoxAgent |
class |
JChildlessAgent |
class |
JComboBoxAgent |
class |
JComponentAgent |
class |
JFrameAgent |
class |
JLabelAgent |
class |
JListAgent |
class |
JMenuAgent |
class |
JMenuBarAgent |
class |
JScrollBarAgent |
class |
JScrollPaneAgent |
class |
JTableAgent |
class |
JTableHeaderAgent |
class |
JTextAreaAgent |
class |
JTextFieldAgent |
class |
JTreeAgent |
class |
ObjectAgent |
class |
WindowAgent |
Modifier and Type | Field and Description |
---|---|
protected LocalAgent |
ObjectAgent.alternateAncestor |
Modifier and Type | Method and Description |
---|---|
LocalAgent |
ObjectAgent.getAlternateAncestor()
AlternateAncestorUser interface.
|
protected LocalAgent |
ObjectAgent.getAncestorAgent()
Used internally by processAncestor and subclasses to attempt to retrieve the
alternateAncestor locally or via any stored LocalAgentFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectAgent.setAlternateAncestor(LocalAgent ancestor)
AlternateAncestorUser interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerImpl
A concrete implementation of our Server Interface for Java RMI test automation.
|
Copyright © SAS Institute. All Rights Reserved.