Module: Glacier2::RouterPrx_mixin
Instance Method Summary collapse
- #createSession(userId, password, _ctx = nil) ⇒ Object
- #createSessionFromSecureConnection(_ctx = nil) ⇒ Object
- #destroySession(_ctx = nil) ⇒ Object
- #getACMTimeout(_ctx = nil) ⇒ Object
- #getCategoryForClient(_ctx = nil) ⇒ Object
- #getSessionTimeout(_ctx = nil) ⇒ Object
- #refreshSession(_ctx = nil) ⇒ Object
Methods included from Ice::RouterPrx_mixin
#addProxies, #getClientProxy, #getServerProxy
Instance Method Details
#createSession(userId, password, _ctx = nil) ⇒ Object
84 85 86 |
# File 'lib/Glacier2/Router.rb', line 84 def createSession(userId, password, _ctx=nil) Router_mixin::OP_createSession.invoke(self, [userId, password], _ctx) end |
#createSessionFromSecureConnection(_ctx = nil) ⇒ Object
88 89 90 |
# File 'lib/Glacier2/Router.rb', line 88 def createSessionFromSecureConnection(_ctx=nil) Router_mixin::OP_createSessionFromSecureConnection.invoke(self, [], _ctx) end |
#destroySession(_ctx = nil) ⇒ Object
96 97 98 |
# File 'lib/Glacier2/Router.rb', line 96 def destroySession(_ctx=nil) Router_mixin::OP_destroySession.invoke(self, [], _ctx) end |
#getACMTimeout(_ctx = nil) ⇒ Object
104 105 106 |
# File 'lib/Glacier2/Router.rb', line 104 def getACMTimeout(_ctx=nil) Router_mixin::OP_getACMTimeout.invoke(self, [], _ctx) end |
#getCategoryForClient(_ctx = nil) ⇒ Object
80 81 82 |
# File 'lib/Glacier2/Router.rb', line 80 def getCategoryForClient(_ctx=nil) Router_mixin::OP_getCategoryForClient.invoke(self, [], _ctx) end |
#getSessionTimeout(_ctx = nil) ⇒ Object
100 101 102 |
# File 'lib/Glacier2/Router.rb', line 100 def getSessionTimeout(_ctx=nil) Router_mixin::OP_getSessionTimeout.invoke(self, [], _ctx) end |
#refreshSession(_ctx = nil) ⇒ Object
92 93 94 |
# File 'lib/Glacier2/Router.rb', line 92 def refreshSession(_ctx=nil) Router_mixin::OP_refreshSession.invoke(self, [], _ctx) end |