public class InterceptorRefID extends Object implements SISComponent, FastSerializable
SISComponent.ComponentType
Constructor and Description |
---|
InterceptorRefID(DataInput in) |
InterceptorRefID(String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
SISComponent.ComponentType |
getComponentType() |
String |
getName() |
int |
hashCode() |
void |
toStream(DataOutput out) |
String |
toString() |
public static final String TYPE_NAME
public InterceptorRefID(String name)
public InterceptorRefID(DataInput in) throws IOException
IOException
public SISComponent.ComponentType getComponentType()
getComponentType
in interface SISComponent
public String getName()
getName
in interface SISComponent
public int compareTo(Object obj)
compareTo
in interface Comparable
public void toStream(DataOutput out) throws IOException
toStream
in interface FastSerializable
IOException