|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.BaseComponent
public abstract class BaseComponent
| Constructor Summary | |
|---|---|
BaseComponent(String name)
Creates new instance of the component. |
|
| Method Summary | ||
|---|---|---|
String |
getId()
|
|
|
getInterface(Class<T> interfaceType)
|
|
String |
getName()
(Non Java-doc.) |
|
protected long |
inc(long v)
Cyclic increment function. |
|
void |
reset()
(Non Java-doc.) |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseComponent(String name)
name - the name of component.| Method Detail |
|---|
public String getId()
getId in interface Componentpublic String getName()
getName in interface ComponentComponent.getName().public void reset()
reset in interface Componentorg.mobicents.media.Component#reserStats();public <T> T getInterface(Class<T> interfaceType)
getInterface in interface Componentprotected long inc(long v)
v - the value to be incremented.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||