Sun StorageTek 5800 System Client API Reference Manual

NameValueObjectArchive

Initializes a new NameValueObjectArchive with the address or host name of a 5800 system server, using the provided port.

Synopsis

     public NameValueObjectArchive(java.lang.String address) 
          throws ArchiveException, java.io.IOException
     public NameValueObjectArchive(String address, int port) 
          throws ArchiveException, IOException

Description

The NameValueObjectArchive is instantiated by supplying the address of the 5800 system cluster in the constructor. The resulting data object can then be used to interact with that cluster.