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

com.sas.services.information.util
Class JdbcRepositoryKey

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

public class JdbcRepositoryKey
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
JdbcRepositoryKey()
           
JdbcRepositoryKey(java.lang.String keyString)
          Construct a new repository key from a String.
 
Method Summary
 java.lang.Class getObjectClass()
           
 java.io.Serializable getvalue()
           
 

Constructor Detail

JdbcRepositoryKey

public JdbcRepositoryKey()

JdbcRepositoryKey

public JdbcRepositoryKey(java.lang.String keyString)
                  throws ServiceException,
                         java.lang.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.
java.lang.ClassNotFoundException - if the object class isn't found.
Method Detail

getObjectClass

public java.lang.Class getObjectClass()

getvalue

public java.io.Serializable getvalue()

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.