Module: Glacier2::SessionManagerPrx_mixin
- Included in:
- SessionManagerPrx
- Defined in:
- lib/Glacier2/Session.rb
Constant Summary collapse
- OP_create =
::Ice::__defineOperation('create', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, false, ::Ice::FormatType::SlicedFormat, [[::Ice::T_string, false, 0], [::Glacier2::T_SessionControlPrx, false, 0]], [], [::Glacier2::T_SessionPrx, false, 0], [::Glacier2::T_CannotCreateSessionException])
Instance Method Summary collapse
Instance Method Details
#create(userId, control, context = nil) ⇒ Object
198 199 200 |
# File 'lib/Glacier2/Session.rb', line 198 def create(userId, control, context=nil) SessionManagerPrx_mixin::OP_create.invoke(self, [userId, control], context) end |