| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| 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 WLP 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 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.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||