|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.iso.mpeg.mpegj.MpegjTerminal
MPEG-J Terminal class. This class provides the information about the managers that are implemented in the terminal. Each applet or application instantiates a new environment once it is loaded.
Constructor Summary | |
MpegjTerminal()
Constructor for the MpegjTerminal. |
|
MpegjTerminal(MPEGlet mpeglet)
Constructor for the MpegjTerminal. |
Method Summary | |
ObjectDescriptor |
getinitOD()
Returns initOD associated with the scene |
NetworkManager |
getNetworkManager()
Obtain the NetworkManager used to get all the information related to a DMIF session and to enable/disable DMIF channels. |
java.util.Vector |
getODs(int initOD)
Returns the vector of ODs associated to that scene that were received by the OD stream. |
ResourceManager |
getResourceManager()
Obtain the ResourceManager. |
SceneManager |
getSceneManager()
Obtain the SceneManager. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MpegjTerminal()
public MpegjTerminal(MPEGlet mpeglet)
mpeglet
- the MPEGlet that identifies the name scope to use.Method Detail |
public ResourceManager getResourceManager() throws ResourceManagerNotFoundException
public SceneManager getSceneManager() throws SceneManagerNotFoundException
public NetworkManager getNetworkManager() throws NetworkManagerNotFoundException
public ObjectDescriptor getinitOD()
public java.util.Vector getODs(int initOD)
int
- initOD
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |