public class CollectorRequestDTO extends Object implements RpcRequest
| Constructor and Description |
|---|
CollectorRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value) |
void |
addAttributes(Map<String,Object> attributes) |
boolean |
equals(Object obj) |
CollectionAgent |
getAgent() |
List<CollectionAttributeDTO> |
getAttributes() |
Boolean |
getAttributesNeedUnmarshaling() |
String |
getClassName() |
String |
getLocation()
Used to route the request to the appropriate location.
|
Map<String,Object> |
getParameters(ServiceCollector collector) |
String |
getSystemId()
Used to route the request to a particular system at the given location.
|
Long |
getTimeToLiveMs()
When using JMS, the request will fail if no response was received in this
many milliseconds.
|
int |
hashCode() |
void |
setAgent(CollectionAgent agent) |
void |
setAttributes(List<CollectionAttributeDTO> attributes) |
void |
setAttributesNeedUnmarshaling(Boolean attributesNeedUnmarshaling) |
void |
setClassName(String className) |
void |
setLocation(String location) |
void |
setSystemId(String systemId) |
void |
setTimeToLiveMs(Long timeToLiveMs) |
public CollectionAgent getAgent()
public void setAgent(CollectionAgent agent)
public void setLocation(String location)
public String getLocation()
RpcRequestgetLocation in interface RpcRequestpublic void setSystemId(String systemId)
public String getSystemId()
RpcRequestgetSystemId in interface RpcRequestpublic void setClassName(String className)
public String getClassName()
public void setTimeToLiveMs(Long timeToLiveMs)
public Long getTimeToLiveMs()
RpcRequestgetTimeToLiveMs in interface RpcRequestpublic Boolean getAttributesNeedUnmarshaling()
public void setAttributesNeedUnmarshaling(Boolean attributesNeedUnmarshaling)
public List<CollectionAttributeDTO> getAttributes()
public void setAttributes(List<CollectionAttributeDTO> attributes)
public Map<String,Object> getParameters(ServiceCollector collector)
Copyright © 2019. All rights reserved.