public class Corba3GPPProvider extends java.lang.Object implements CorbaProvider
Constructor and Description |
---|
Corba3GPPProvider(CorbaSession _session)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
endCorbaSession()
Ends the current CORBA Session
|
java.util.List<org.c3gpp.corba.gencode.FileTransferIRPConstDefs.FileInfoType> |
list_available_files(short srtDataType,
java.util.Date startDate,
java.util.Date endDate)
Lists information on all available files
|
void |
startCorbaSession()
Starts a CORBA Session between the Collector and the EMS
|
public Corba3GPPProvider(CorbaSession _session)
public void startCorbaSession() throws CorbaCollectorException
CorbaProvider
startCorbaSession
in interface CorbaProvider
CorbaCollectorException
public void endCorbaSession()
CorbaProvider
endCorbaSession
in interface CorbaProvider
public java.util.List<org.c3gpp.corba.gencode.FileTransferIRPConstDefs.FileInfoType> list_available_files(short srtDataType, java.util.Date startDate, java.util.Date endDate) throws CorbaCollectorException
srtDataType
- Management Data Type as a short value. The standard defines
the following values:
startDate
- The start date for filtering the listing of files as a Java
Date value.endDate
- The end date for filtering the listing of files as a Java Date
value.CorbaCollectorException