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
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.
getObjectClass
public java.lang.Class getObjectClass()
getvalue
public java.io.Serializable getvalue()
Copyright © 2009 SAS Institute Inc. All Rights Reserved.