| com.ibm.emb.meb.test.ejb.MediaEntityLocalTestDriver
MediaEntityLocalTestDriver | public interface MediaEntityLocalTestDriver extends EJBObject,MediaEntityWrapper(Code) | | Remote interface for Enterprise Bean: TestDriver
|
Method Summary | |
public int | addListenerExceptions(String pk, MediaListener listener) | public int | addMetaDataExceptions(String pk, String mdeb) | public void | bindMediaFormat(String fileExt, MediaFormat format) | public void | cleanUp() | public int | convertExceptions(String pk, MediaConverterSpec[] specs) | public int | exportHomeMediaExceptions(String[] pks, URL targetDir) | public int | exportMediaExceptions(String pk, URL targetLocation) | public int | findByPKExceptions(String pk) | public int | getContentExceptions(String pk) | public int | getFormatExceptions(String pk) | public int | getHeaderExceptions(String pk) | public int | getMimeTypeExceptions(String pk) | public int | getProxyExceptions(String pk) | public int | getSizeExceptions(String pk) | public int | importHomeMediaExceptions(URL[] locations, String[] names) | public int | importMediaExceptions(String pk, URL targetLocation, String name) | public int | listenerAboutToChangeMEB(MediaListener listener, String pk, String property) | public int | listenerAboutToRemoveMEB(MediaListener listener, String pk) | public int | listenerMediaEntityChanged(MediaListener listener, String pk, String property) | public MediaFormat | lookUpMediaFormat(String fileExt) | public int | publishContentExceptions(Media content, byte transferType, ProtocolConstraints constraints) | public int | publishContentExceptions(String pk, byte transferType, ProtocolConstraints constraints) | public URL | publishMediaContent(String pk, byte protocol, ProtocolConstraints constraints) | public int | publishMediaExceptions(String[] playlist, byte transferType, ProtocolConstraints constraints) | public boolean | readCompareContent(String pk, long position, byte[] buffer, File origFileContent) | public boolean | readCompareContent(String pk, long position, byte[] buffer, int offset, int length, byte[] origContent, boolean fillBuffer) | public int | readContentExceptions(String pk, long position, byte[] buffer) | public int | readContentExceptions(String pk, long position, byte[] buffer, int offset, int length) | public int | removeListenerExceptions(String pk, MediaListener listener) | public void | removeMDEBByPK(String pk) | public void | removeMEBByPK(String pk) | public int | removeMEBExceptions(String pk) | public int | removeMetaDataExceptions(String pk, String mdeb) | public int | setChildrenExceptions(String pk, String[] children) | public int | setContentExceptions(String pk, byte[] content) | public int | setContentExceptions(String pk, File file) | public int | setDescriptionExceptions(String pk, String description) | public int | setLocationExceptions(String pk, URL location) | public int | setMimeTypeExceptions(String pk, String mimeType) | public int | setNameExceptions(String pk, String name) | public int | setPreviousVersionExceptions(String pk, String pvpk) | public void | unbindMediaFormat(String fileExt) |
CONTENTACCESS | public static int CONTENTACCESS(Code) | | |
CONTENTTOOLARGE | public static int CONTENTTOOLARGE(Code) | | |
CONTENTUNMUTABLE | public static int CONTENTUNMUTABLE(Code) | | |
CONVERSION | public static int CONVERSION(Code) | | |
FINDER | public static int FINDER(Code) | | |
FORMATFEATURE | public static int FORMATFEATURE(Code) | | |
FORMATNOTFOUND | public static int FORMATNOTFOUND(Code) | | |
FORMATSYNTAX | public static int FORMATSYNTAX(Code) | | |
ILLEGALARGUMENT | public static int ILLEGALARGUMENT(Code) | | |
INDEXOUTOFBOUNDS | public static int INDEXOUTOFBOUNDS(Code) | | |
LINKTRANSLATION | public static int LINKTRANSLATION(Code) | | |
LISTENERVETO | public static int LISTENERVETO(Code) | | |
LOCATIONUNMUTABLE | public static int LOCATIONUNMUTABLE(Code) | | |
MALFORMEDLOCATION | public static int MALFORMEDLOCATION(Code) | | |
MEDIAFORMAT | public static int MEDIAFORMAT(Code) | | |
NEGATIVEARRAYSIZE | public static int NEGATIVEARRAYSIZE(Code) | | |
NOSERVERFOUND | public static int NOSERVERFOUND(Code) | | |
NULLPOINTER | public static int NULLPOINTER(Code) | | |
VERSIONCHAININTEGRITY | public static int VERSIONCHAININTEGRITY(Code) | | |
|
|