TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.util
Class AgentProxyContext

java.lang.Object
  extended by org.eclipse.hyades.loaders.util.AgentProxyContext
Direct Known Subclasses:
HierarchyContext

public class AgentProxyContext
extends java.lang.Object


Constructor Summary
AgentProxyContext()
           
 
Method Summary
 void cleanUp()
           
 java.lang.Object getAgentInstance()
           
 java.lang.Object getAgentListener()
           
 TRCAgentProxy getAgentProxy()
           
 TRCCollectionMode getCollectionMode()
           
 XMLLoader getDataProcessor()
           
 boolean isLoadToModel()
           
 void setAgentInstance(java.lang.Object object)
           
 void setAgentListener(java.lang.Object object)
           
 void setAgentProxy(TRCAgentProxy agentProxy)
          Sets the agentProxy.
 void setCollectionMode(TRCCollectionMode collectionMode)
          Sets the collectionMode.
 void setDataProcessor(XMLLoader loader)
           
 void setLoadToModel(boolean loadToModel)
          Sets the loadToModel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentProxyContext

public AgentProxyContext()
Method Detail

setAgentProxy

public void setAgentProxy(TRCAgentProxy agentProxy)
Sets the agentProxy.

Parameters:
agentProxy - The agentProxy to set

getAgentProxy

public TRCAgentProxy getAgentProxy()
Returns:
TRCAgentProxy

setCollectionMode

public void setCollectionMode(TRCCollectionMode collectionMode)
Sets the collectionMode.

Parameters:
collectionMode - The collectionMode to set

getCollectionMode

public TRCCollectionMode getCollectionMode()
Returns:
TRCCollectionMode

setLoadToModel

public void setLoadToModel(boolean loadToModel)
Sets the loadToModel.

Parameters:
loadToModel - The loadToModel to set

isLoadToModel

public boolean isLoadToModel()
Returns:
boolean

getAgentListener

public java.lang.Object getAgentListener()
Returns:

getDataProcessor

public XMLLoader getDataProcessor()
Returns:

setAgentListener

public void setAgentListener(java.lang.Object object)
Parameters:
object -

setDataProcessor

public void setDataProcessor(XMLLoader loader)
Parameters:
loader -

getAgentInstance

public java.lang.Object getAgentInstance()
Returns:

setAgentInstance

public void setAgentInstance(java.lang.Object object)
Parameters:
object -

cleanUp

public void cleanUp()

TPTP 4.5.0 Platform Project
Public API Specification