rrdService.service
Interface RoundRobinItf

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
RoundRobinDataBaseItf, RoundRobinLibraryItf
All Known Implementing Classes:
RoundRobin

public interface RoundRobinItf
extends java.rmi.Remote

The interface RoundRobinItf is the remote interface of RoundRobin

Version:
1.0 date : 18/06/01
Author:
Pellier Damien FIRMENICH SA
See Also:
RoundRobinItf, RoundRobinDataBase RoundRobinLibrary

Method Summary
 int delete()
          delete delete a rrd
 java.lang.String getName()
          getName return the name of RoundRobin
 long getSize()
          getSize return the size of RoundRobin
 java.lang.String getType()
          getType return the type of a RoundRobin
 boolean isRoundRobinDataBase()
          isRoundRobinDataBase return true if RoundRobin is a RoundRobinDataBase
 boolean isRoundRobinLibrary()
          isRoundRobinLibrary return true if RoundRobin is a RoundRobinlibrary
 

Method Detail

delete

public int delete()
           throws java.rmi.RemoteException
delete delete a rrd
Returns:
int the number of RoundRobin delete

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
getName return the name of RoundRobin

getSize

public long getSize()
             throws java.rmi.RemoteException
getSize return the size of RoundRobin
Returns:
long

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException
getType return the type of a RoundRobin
Returns:
String

isRoundRobinDataBase

public boolean isRoundRobinDataBase()
                             throws java.rmi.RemoteException
isRoundRobinDataBase return true if RoundRobin is a RoundRobinDataBase
Returns:
boolean

isRoundRobinLibrary

public boolean isRoundRobinLibrary()
                            throws java.rmi.RemoteException
isRoundRobinLibrary return true if RoundRobin is a RoundRobinlibrary
Returns:
boolean

Copyright 1885-2001 FIRMENICH SA, Geneva

Submit a bug or feature
Copyright 1885-2001 FIRMENICH SA, Geneva,
All Rights Reserved.