|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.RepositoryId
public class RepositoryId
A RepositoryId uniquely represents a WLP Content Repository.
| Field Summary | |
|---|---|
static String |
CM_DATA_SOURCEName 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 RepositoryIdtoString in class ObjectString object
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.