@Retention(value=RUNTIME) @Target(value=METHOD) public @interface TeaGetInfo
Provides info for the object. This is the only mandatory operation for TEA Object Type, it have to return AgentObjectInfo
.
Note:The signature for TOP_LEVEL types does not have 'key' attribute as there can be only one instance of them.
Example for non-TOP_LEVEL types:
AgentObjectInfo getInfo(String key)
Example for TOP_LEVEL types:
AgentObjectInfo getInfo()
Modifier and Type | Optional Element and Description |
---|---|
String |
objectType |
public abstract String objectType
Copyright © 2015 Cloud Software Group, Inc.. All Rights Reserved.