jaugment2.helpers
Class FileMimeIdentifierEntry

java.lang.Object
  |
  +--jaugment2.helpers.FileMimeIdentifierEntry

public class FileMimeIdentifierEntry
extends java.lang.Object
implements net.jini.core.entry.Entry

An Entry that can be atached to a service enabling other services that know the service to correctly identify the mime-type(s) of files that the service understands without knowing about the type of data processed.

See Also:
Serialized Form

Field Summary
private  java.rmi.MarshalledObject ident
           
 
Constructor Summary
FileMimeIdentifierEntry(FileMimeIdentifier ident)
           
 
Method Summary
 FileMimeIdentifier getFileMimeIdentifier()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ident

private java.rmi.MarshalledObject ident
Constructor Detail

FileMimeIdentifierEntry

public FileMimeIdentifierEntry(FileMimeIdentifier ident)
                        throws java.io.IOException
Method Detail

getFileMimeIdentifier

public FileMimeIdentifier getFileMimeIdentifier()
                                         throws java.io.IOException,
                                                java.lang.ClassNotFoundException