*** This class provides Binary Compatibility only, not Source Compatibility ***

Class JdbcRepositoryKey

java.lang.Object
com.sas.services.information.util.JdbcRepositoryKey
All Implemented Interfaces:
Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class JdbcRepositoryKey extends Object implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    JdbcRepositoryKey(String keyString)
    Construct a new repository key from a String.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class
     
    Serializable
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JdbcRepositoryKey

      public JdbcRepositoryKey()
    • JdbcRepositoryKey

      public JdbcRepositoryKey(String keyString) throws ServiceException, ClassNotFoundException
      Construct a new repository key from a String. It should be of the form: object-class/key-class+key-value-string
      Parameters:
      keyString - The key string to initialize from
      Throws:
      ServiceException - If an error occurs trying to instantiate the key value.
      ClassNotFoundException - if the object class isn't found.
  • Method Details

    • getObjectClass

      public Class getObjectClass()
    • getvalue

      public Serializable getvalue()