@Deprecated public class AgentInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentInfo.AgentType
Deprecated.
|
| Constructor and Description |
|---|
AgentInfo(String name,
AgentInfo.AgentType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object a)
Deprecated.
|
String |
getName()
Deprecated.
The Agent's name on the Buses.
|
AgentInfo.AgentType |
getType()
Deprecated.
The Agent's AgentType.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
@Deprecated public AgentInfo(String name, AgentInfo.AgentType type)
name - The name of the Agent as defined on the Buses.type - The AgentType of the Agent. This determines its role.public String getName()
public AgentInfo.AgentType getType()
Copyright © 2015 LSST. All rights reserved.