public class Corba3GPPSession extends java.lang.Object implements CorbaSession
Constructor and Description |
---|
Corba3GPPSession(CorbaOrbManager _corbaOrb,
CorbaIorProcessor _corbaIor,
CorbaProperties _corbaProp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
connect()
Connects with the EMS
|
boolean |
disconnect()
Disconnects from the EMS
|
org.c3gpp.corba.gencode.FileTransferIRPSystem.FileTransferIRP |
getFtIRP() |
public Corba3GPPSession(CorbaOrbManager _corbaOrb, CorbaIorProcessor _corbaIor, CorbaProperties _corbaProp)
_corbaOrb
- CorbaOrbManager instance_corbaIor
- CorbaIorProcessor instance_corbaProp
- CorbaProperties instancepublic boolean connect() throws CorbaCollectorException
CorbaSession
connect
in interface CorbaSession
CorbaCollectorException
public boolean disconnect()
CorbaSession
disconnect
in interface CorbaSession
public org.c3gpp.corba.gencode.FileTransferIRPSystem.FileTransferIRP getFtIRP()