javax.media.rtp
Class Manager

java.lang.Object
  |
  +--javax.media.rtp.Manager

public abstract class Manager
extends java.lang.Object

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

Manager

public Manager()
Method Detail

createRTPManager

public static RTPManager createRTPManager()
Create an RTPManager object for the underlying implementation class.

getRTPManagerList

public static java.util.Vector getRTPManagerList()
Build a list of 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:

 com.<company>.media.rtp.RTPSessionMgr
 
for every <company> in the company-list.


JMF 2.0 Proposed API Changes (12-Sep-00): click here to send API Feedback
Copyright 2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. Sun, Sun Microsystems and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.