com.esri.aims.mtier.model.metadata.publish
Class UUID

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.publish.UUID

public class UUID
extends Object

Used to get the UUID (unique IDs) from the metadata server.


Constructor Summary
UUID()
           
 
Method Summary
 Vector getUUID(ConnectionProxy cp, String count)
          Returns the specified number of UUID (unique IDs) from the metadata server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUID

public UUID()
Method Detail

getUUID

public Vector getUUID(ConnectionProxy cp,
                      String count)
               throws ConnectionParameterException,
                      com.esri.aims.mtier.io.http.UnableToPingEsrimapException,
                      AuthenticationException,
                      IOException
Returns the specified number of UUID (unique IDs) from the metadata server.

Parameters:
cp - The ConnnectionProxy that is used to connect to the ArcIMS Server.
count - Determines the number of unique IDs to generate
Throws:
ConnectionParameterException
com.esri.aims.mtier.io.http.UnableToPingEsrimapException
AuthenticationException
IOException