|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface RoundRobinLibraryItf is the remote interface of RDDLibrary
RoundRobinLibrary
Method Summary | |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
DataSourceContainer DSContainer,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
DataSourceContainer DSContainer,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
DataSource dataSource,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
DataSource dataSource,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
int steps,
DataSourceContainer DSContainer,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
int steps,
DataSourceContainer DSContainer,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
int steps,
DataSource dataSource,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
int steps,
DataSource dataSource,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
DataSourceContainer DSContainer,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
DataSourceContainer DSContainer,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
DataSource dataSource,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
DataSource dataSource,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
int steps,
DataSourceContainer DSContainer,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
int steps,
DataSourceContainer DSContainer,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
int steps,
DataSource dataSource,
RoundRobinArchive roundRobinArchive)
createRoundRobinDataBase create a round robin database |
RoundRobinDataBaseItf |
createRoundRobinDataBase(java.lang.String fileName,
Time startTime,
int steps,
DataSource dataSource,
RoundRobinArchiveContainer RRAContainer)
createRoundRobinDataBase create a round robin database |
RoundRobinLibraryItf |
createSubLibrary(java.lang.String name)
createSubLibrary create a sub library in the current library |
int |
delete()
delete delete a rrd |
RoundRobinLibraryItf |
findLibrary(java.lang.String libraryName)
Returns RoundRobinLibraryItf according to its name null otherwise |
RoundRobinDataBaseItf |
findRRD(java.lang.String RRDName)
Returns RoundRobindataBaseItf according to its name null otherwise |
long |
getSize()
getRoundRobinLibrarySize return the size in bytes of RRD |
RoundRobinContainer |
listRoundRobin()
ListRoundRobin returns an RoundRobinContainer |
RoundRobinDataBaseContainer |
listRoundRobinDataBase()
ListRoundRobinDataBase returns RoundRobinDataBaseContainer |
RoundRobinLibraryContainer |
listRoundRobinLibrary()
ListLibrary returns RoundRobinLibraryContainer |
Methods inherited from interface rrdService.service.RoundRobinItf |
getName, getType, isRoundRobinDataBase, isRoundRobinLibrary |
Method Detail |
public RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBaseDSContainer
- a collection of the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBaseDSContainer
- a collection of the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, DataSource dataSource, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasedataSource
- the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, DataSource dataSource, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasedataSource
- the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, int steps, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasesteps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)DSContainer
- a collection of the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, int steps, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasesteps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)DSContainer
- a collection of the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, int steps, DataSource dataSource, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasesteps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)dataSource
- the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, int steps, DataSource dataSource, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasesteps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)dataSource
- the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)DSContainer
- a collection of the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)DSContainer
- a collection of the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSource dataSource, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)dataSource
- the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSource dataSource, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)dataSource
- the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)steps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)DSContainer
- a collection of the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)steps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)DSContainer
- a collection of the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSource dataSource, RoundRobinArchive roundRobinArchive) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)steps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)dataSource
- the data source of the RRDroundRobinArchive
- the RRA of the RRDpublic RoundRobinDataBaseItf createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSource dataSource, RoundRobinArchiveContainer RRAContainer) throws java.rmi.RemoteException
fileName
- the name of the RoundRobinDataBasestartTime
- Specifies the time in seconds since 1970-01-01 UTC when the first value should be added to the RRD (default null)steps
- Specifies the base interval in seconds with which data will be fed into the RRD (default 0)dataSource
- the data source of the RRDRRAContainer
- a collection of the RRA of the RRDpublic RoundRobinLibraryItf createSubLibrary(java.lang.String name) throws java.rmi.RemoteException
name
- the name of sub librarypublic int delete() throws java.rmi.RemoteException
delete
in interface RoundRobinItf
public RoundRobinLibraryItf findLibrary(java.lang.String libraryName) throws java.rmi.RemoteException
libraryname
- the name of the library to findpublic RoundRobinDataBaseItf findRRD(java.lang.String RRDName) throws java.rmi.RemoteException
RRDName
- the name of the round robin data base to findpublic long getSize() throws java.rmi.RemoteException
getSize
in interface RoundRobinItf
public RoundRobinContainer listRoundRobin() throws java.rmi.RemoteException
public RoundRobinDataBaseContainer listRoundRobinDataBase() throws java.rmi.RemoteException
public RoundRobinLibraryContainer listRoundRobinLibrary() throws java.rmi.RemoteException
|
Copyright 1885-2001 FIRMENICH SA, Geneva | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |