Package | Description |
---|---|
org.safs.jvmagent |
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 |
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.
|
Copyright © SAS Institute. All Rights Reserved.