Module: Glacier2::Router_mixin
Constant Summary collapse
- ICE_TYPE =
T_Router
- OP_getCategoryForClient =
::Ice::__defineOperation('getCategoryForClient', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [], [], [::Ice::T_string, false, 0], [])
- OP_createSession =
::Ice::__defineOperation('createSession', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, true, ::Ice::FormatType::SlicedFormat, [[::Ice::T_string, false, 0], [::Ice::T_string, false, 0]], [], [::Glacier2::T_SessionPrx, false, 0], [::Glacier2::T_PermissionDeniedException, ::Glacier2::T_CannotCreateSessionException])
- OP_createSessionFromSecureConnection =
::Ice::__defineOperation('createSessionFromSecureConnection', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, true, ::Ice::FormatType::SlicedFormat, [], [], [::Glacier2::T_SessionPrx, false, 0], [::Glacier2::T_PermissionDeniedException, ::Glacier2::T_CannotCreateSessionException])
- OP_refreshSession =
::Ice::__defineOperation('refreshSession', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, true, nil, [], [], nil, [::Glacier2::T_SessionNotExistException])
- OP_destroySession =
::Ice::__defineOperation('destroySession', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, false, nil, [], [], nil, [::Glacier2::T_SessionNotExistException])
- OP_getSessionTimeout =
::Ice::__defineOperation('getSessionTimeout', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [], [], [::Ice::T_long, false, 0], [])
- OP_getACMTimeout =
::Ice::__defineOperation('getACMTimeout', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [], [], [::Ice::T_int, false, 0], [])
Constants included from Ice::Object_mixin
Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping
Instance Attribute Summary
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
- #ice_id(current = nil) ⇒ Object
- #ice_ids(current = nil) ⇒ Object
-
#inspect ⇒ Object
Operation signatures.
Methods included from Ice::Object_mixin
Instance Method Details
#ice_id(current = nil) ⇒ Object
51 52 53 |
# File 'lib/Glacier2/Router.rb', line 51 def ice_id(current=nil) '::Glacier2::Router' end |
#ice_ids(current = nil) ⇒ Object
47 48 49 |
# File 'lib/Glacier2/Router.rb', line 47 def ice_ids(current=nil) ['::Glacier2::Router', '::Ice::Object', '::Ice::Router'] end |
#inspect ⇒ Object
Operation signatures.
def getCategoryForClient(current=nil) def createSession(userId, password, current=nil) def createSessionFromSecureConnection(current=nil) def refreshSession(current=nil) def destroySession(current=nil) def getSessionTimeout(current=nil) def getACMTimeout(current=nil)
66 67 68 |
# File 'lib/Glacier2/Router.rb', line 66 def inspect ::Ice::__stringify(self, T_Router) end |