stsci.arci
Class ImageArchiveDescriptor

java.lang.Object
  |
  +--stsci.arci.ArchiveDescriptor
        |
        +--stsci.arci.ImageArchiveDescriptor
All Implemented Interfaces:
java.io.Serializable

public class ImageArchiveDescriptor
extends ArchiveDescriptor

This just sets dtype to IMAGE in the ArchiveDescriptor. This is unfished.

See Also:
Serialized Form

Fields inherited from class stsci.arci.ArchiveDescriptor
dtype, HTTP, IMAGE, LOCAL, name, protocol, protocols, RMI, server, SOURCE
 
Constructor Summary
ImageArchiveDescriptor(java.lang.String n, java.lang.String s, int p)
           
 
Method Summary
 Archive getArchive()
          Construct or get the archive interface for this Descriptor.
 
Methods inherited from class stsci.arci.ArchiveDescriptor
dtype, name, protocol, protocolAsStr, server, serverName, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageArchiveDescriptor

public ImageArchiveDescriptor(java.lang.String n,
                              java.lang.String s,
                              int p)
                       throws java.lang.Exception
Method Detail

getArchive

public Archive getArchive()
                   throws java.lang.Exception
Construct or get the archive interface for this Descriptor. basically this is a factory method.
Overrides:
getArchive in class ArchiveDescriptor