#include <TSecContext.h>
Inheritance diagram for TSecContextCleanup:
Public Member Functions | |
TSecContextCleanup (Int_t port, Int_t proto, Int_t type) | |
virtual | ~TSecContextCleanup () |
Int_t | GetPort () const |
Int_t | GetProtocol () const |
Int_t | GetType () const |
TSecContextCleanup (Int_t port, Int_t proto, Int_t type) | |
virtual | ~TSecContextCleanup () |
Int_t | GetPort () const |
Int_t | GetProtocol () const |
Int_t | GetType () const |
Private Attributes | |
Int_t | fPort |
Int_t | fServerProtocol |
Int_t | fServerType |
Definition at line 115 of file TSecContext.h.
Definition at line 123 of file TSecContext.h.
virtual TSecContextCleanup::~TSecContextCleanup | ( | ) | [inline, virtual] |
Definition at line 125 of file TSecContext.h.
Definition at line 123 of file TSecContext.h.
virtual TSecContextCleanup::~TSecContextCleanup | ( | ) | [inline, virtual] |
Definition at line 125 of file TSecContext.h.
Int_t TSecContextCleanup::GetPort | ( | ) | const [inline] |
Definition at line 127 of file TSecContext.h.
References fPort.
Referenced by TRootSecContext::CleanupSecContext().
Int_t TSecContextCleanup::GetProtocol | ( | ) | const [inline] |
Definition at line 128 of file TSecContext.h.
References fServerProtocol.
Referenced by TRootSecContext::CleanupSecContext(), and TSlave::Close().
Int_t TSecContextCleanup::GetType | ( | ) | const [inline] |
Definition at line 129 of file TSecContext.h.
References fServerType.
Referenced by TRootSecContext::CleanupSecContext(), and TSlave::Close().
Int_t TSecContextCleanup::GetPort | ( | ) | const [inline] |
Int_t TSecContextCleanup::GetProtocol | ( | ) | const [inline] |
Int_t TSecContextCleanup::GetType | ( | ) | const [inline] |
Int_t TSecContextCleanup::fPort [private] |
Int_t TSecContextCleanup::fServerProtocol [private] |
Int_t TSecContextCleanup::fServerType [private] |