|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.rtp.Manager
Manager
is the access point for obtaining
an implementation class of the RTPManager interface.
Constructor Summary | |
Manager()
|
Method Summary | |
static RTPManager |
createRTPManager()
Create an RTPManager object for the underlying
implementation class. |
static java.util.Vector |
getRTPManagerList()
Build a list of RTPManager implementation classes.
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Manager()
Method Detail |
public static RTPManager createRTPManager()
RTPManager
object for the underlying
implementation class.public static java.util.Vector getRTPManagerList()
RTPManager
implementation classes.
The implemenation class must be named 'RTPSessionMgr' and is
required to implement the javax.media.rtp.RTPManager interface.
The first name in the list will always be:
media.rtp.RTPSessionMgr
Each additional name looks like:
for everycom.<company>.media.rtp.RTPSessionMgr
<company>
in the
company-list.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |