public interface Component extends Serializable
Component is a supper class for all
media processing components.| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates component
|
void |
clearEndpoint() |
void |
deactivate()
Deactivates component
|
Endpoint |
getEndpoint() |
String |
getId()
Gets the unique identifier of this component.
|
String |
getName()
Gets the name of the component.
|
void |
reset()
Resets component to its original state.
|
void |
setEndpoint(Endpoint endpoint) |
String getId()
String getName()
void reset()
void activate()
void deactivate()
void setEndpoint(Endpoint endpoint)
void clearEndpoint()
Endpoint getEndpoint()
Copyright © 2014 TeleStax, Inc.. All Rights Reserved.