|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dynatrace.oneagent.sdk.OneAgentSDKFactory
public class OneAgentSDKFactory
Entry point for customer application.
Constructor Summary | |
---|---|
OneAgentSDKFactory()
|
Method Summary | |
---|---|
static OneAgentSDK |
createInstance()
Provides a OneAgentSDK instance, that has to be used to create
transactions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OneAgentSDKFactory()
Method Detail |
---|
public static OneAgentSDK createInstance()
OneAgentSDK
instance, that has to be used to create
transactions. It is safe to use returned OneAgentSDK
instance in
multiple threads. Every application should only create one single SDK
instance during its lifetime.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |