|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.content.RepositoryId
public class RepositoryId
A RepositoryId
uniquely represents a BEA Content Repository.
Field Summary | |
---|---|
static String |
CM_DATA_SOURCE
Name of the property used to specify a particular DataSource's JNDI name. |
Constructor Summary | |
---|---|
RepositoryId()
|
Method Summary | |
---|---|
Object |
clone()
|
String |
getDataSourceName()
Returns the JNDI name of the DataSource used by the repository. |
String |
getName()
Returns the name of the repository. |
void |
setDataSourceName(String dataSourceName)
Set the JNDI name of the DataSource for the repository. |
void |
setName(String name)
Set the name of the repository. |
String |
toString()
Returns a String representation of this RepositoryId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CM_DATA_SOURCE
Constructor Detail |
---|
public RepositoryId()
Method Detail |
---|
public String getName()
String
object.public void setName(String name)
name
- a String
object.public String getDataSourceName()
String
objectpublic void setDataSourceName(String dataSourceName)
dataSourceName
- a String
objectpublic String toString()
String
representation of this RepositoryId
toString
in class Object
String
objectpublic Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |