oracle.ord.controls
Class OrdDomainDataSource
java.lang.Object
javax.media.protocol.DataSource
javax.media.protocol.PullDataSource
oracle.ord.controls.OrdDomainDataSource
- All Implemented Interfaces:
- javax.media.Controls, javax.media.protocol.Controls, javax.media.Duration
- public class OrdDomainDataSource
- extends javax.media.protocol.PullDataSource
An interMedia PullDataSource class.
- Since:
- JDev5.0
| Fields inherited from interface javax.media.Duration |
DURATION_UNBOUNDED, DURATION_UNKNOWN |
| Methods inherited from class javax.media.protocol.DataSource |
getLocator, setLocator |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrdDomainDataSource
public OrdDomainDataSource(OrdDomainIOInterface domain)
getControls
public java.lang.Object[] getControls()
- Controls Methods
getControl
public java.lang.Object getControl(java.lang.String controlType)
getDuration
public javax.media.Time getDuration()
- Duration interface
getContentTypeString
public java.lang.String getContentTypeString()
getContentType
public java.lang.String getContentType()
- DataSource Methods
connect
public void connect()
throws java.io.IOException
- Connect to the source.
-
- Throws:
java.io.IOException
disconnect
public void disconnect()
- Disconnect frm the source
start
public void start()
stop
public void stop()
throws java.io.IOException
-
- Throws:
java.io.IOException
debugPrintString
public void debugPrintString(java.lang.String text)
getStreams
public javax.media.protocol.PullSourceStream[] getStreams()
- PullDataSource Methods
tell
public long tell()
seek
public void seek(long pos)
Copyright © 2001,2005, Oracle. All Rights Reserved.