Class: IceGrid::AdminSessionPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::AdminSessionPrx
show all
- Includes:
- AdminSessionPrx_mixin
- Defined in:
- lib/IceGrid/Admin.rb
Constant Summary
collapse
- ICE_TYPE =
T_AdminSessionPrx
Class Method Summary
collapse
#finishUpdate, #getAdmin, #getAdminCallbackTemplate, #getReplicaName, #keepAlive, #openNodeStdErr, #openNodeStdOut, #openRegistryStdErr, #openRegistryStdOut, #openServerLog, #openServerStdErr, #openServerStdOut, #setObservers, #setObserversByIdentity, #startUpdate
#destroy
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
1038
1039
1040
|
# File 'lib/IceGrid/Admin.rb', line 1038
def AdminSessionPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::AdminSession', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
1045
1046
1047
|
# File 'lib/IceGrid/Admin.rb', line 1045
def AdminSessionPrx.ice_staticId()
'::IceGrid::AdminSession'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
1042
1043
1044
|
# File 'lib/IceGrid/Admin.rb', line 1042
def AdminSessionPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|