Uses of Class
com.metamatrix.core.id.InvalidIDException

Packages that use InvalidIDException
com.metamatrix.common.id   
com.metamatrix.core.id   
 

Uses of InvalidIDException in com.metamatrix.common.id
 

Methods in com.metamatrix.common.id that throw InvalidIDException
 ObjectID TransactionIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 

Uses of InvalidIDException in com.metamatrix.core.id
 

Methods in com.metamatrix.core.id that throw InvalidIDException
static ParsedObjectID ParsedObjectID.parsedStringifiedObjectID(java.lang.String id)
           
static ParsedObjectID ParsedObjectID.parsedStringifiedObjectID(java.lang.String id, char delim)
           
static ParsedObjectID ParsedObjectID.parsedStringifiedObjectID(java.lang.String id, java.util.Set protocols)
           
static ParsedObjectID ParsedObjectID.parsedStringifiedObjectID(java.lang.String id, java.lang.String expectedProtocol)
           
 ObjectID UUIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
static ObjectID UUID.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID StringIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID ObjectIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID LongIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IntegerIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IDGenerator.stringToObject(java.lang.String id)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IDGenerator.stringToObject(java.lang.String id, char delim)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IDGenerator.stringToObject(java.lang.String id, java.lang.String protocol)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID UUIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID StringIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID ObjectIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID LongIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IntegerIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 



Copyright © 2009. All Rights Reserved.