Skip navigation links

Oracle Fusion Middleware interMedia Domains Java API Reference for Oracle ADF Business Components
11g Release 2 (11.1.2.3.0)

E17485-04


oracle.ord.controls
Class OrdDomainDataSource

java.lang.Object
  extended by javax.media.protocol.DataSource
      extended by javax.media.protocol.PullDataSource
          extended by oracle.ord.controls.OrdDomainDataSource

All Implemented Interfaces:
javax.media.Controls, javax.media.Duration

public class OrdDomainDataSource
extends javax.media.protocol.PullDataSource

An interMedia PullDataSource class.

Since:
JDev5.0
Version:
JDev5.0

Field Summary

 

Fields inherited from interface javax.media.Duration
DURATION_UNBOUNDED, DURATION_UNKNOWN

 

Constructor Summary
OrdDomainDataSource(OrdDomainIOInterface domain)
           

 

Method Summary
 void connect()
          Connect to the source.
 void debugPrintString(java.lang.String text)
           
 void disconnect()
          Disconnect frm the source
 java.lang.String getContentType()
          DataSource Methods
 java.lang.String getContentTypeString()
           
 java.lang.Object getControl(java.lang.String controlType)
           
 java.lang.Object[] getControls()
          Controls Methods
 javax.media.Time getDuration()
          Duration interface
 javax.media.protocol.PullSourceStream[] getStreams()
          PullDataSource Methods
 void seek(long pos)
           
 void start()
           
 void stop()
           
 long tell()
           

 

Methods inherited from class javax.media.protocol.DataSource
getLocator, initCheck, setLocator

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OrdDomainDataSource

public OrdDomainDataSource(OrdDomainIOInterface domain)

Method Detail

getControls

public java.lang.Object[] getControls()
Controls Methods
Specified by:
getControls in interface javax.media.Controls
Specified by:
getControls in class javax.media.protocol.DataSource

getControl

public java.lang.Object getControl(java.lang.String controlType)
Specified by:
getControl in interface javax.media.Controls
Specified by:
getControl in class javax.media.protocol.DataSource

getDuration

public javax.media.Time getDuration()
Duration interface
Specified by:
getDuration in interface javax.media.Duration
Specified by:
getDuration in class javax.media.protocol.DataSource

getContentTypeString

public java.lang.String getContentTypeString()

getContentType

public java.lang.String getContentType()
DataSource Methods
Specified by:
getContentType in class javax.media.protocol.DataSource

connect

public void connect()
             throws java.io.IOException
Connect to the source.
Specified by:
connect in class javax.media.protocol.DataSource
Throws:
java.io.IOException

disconnect

public void disconnect()
Disconnect frm the source
Specified by:
disconnect in class javax.media.protocol.DataSource

start

public void start()
Specified by:
start in class javax.media.protocol.DataSource

stop

public void stop()
          throws java.io.IOException
Specified by:
stop in class javax.media.protocol.DataSource
Throws:
java.io.IOException

debugPrintString

public void debugPrintString(java.lang.String text)

getStreams

public javax.media.protocol.PullSourceStream[] getStreams()
PullDataSource Methods
Specified by:
getStreams in class javax.media.protocol.PullDataSource

tell

public long tell()

seek

public void seek(long pos)

Skip navigation links

Oracle Fusion Middleware interMedia Domains Java API Reference for Oracle ADF Business Components
11g Release 2 (11.1.2.3.0)

E17485-04


Copyright © 1997, 2012, Oracle. All rights reserved.