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<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
CorbaProviderstartCorbaSession in interface CorbaProviderCorbaCollectorExceptionpublic void endCorbaSession()
CorbaProviderendCorbaSession in interface CorbaProviderpublic java.util.List<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