Class: IceGrid::AdminPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::AdminPrx
show all
- Includes:
- AdminPrx_mixin
- Defined in:
- lib/IceGrid/Admin.rb
Constant Summary
collapse
- ICE_TYPE =
T_AdminPrx
Class Method Summary
collapse
#addApplication, #addObject, #addObjectWithType, #enableServer, #getAdapterInfo, #getAllAdapterIds, #getAllApplicationNames, #getAllNodeNames, #getAllObjectInfos, #getAllRegistryNames, #getAllServerIds, #getApplicationInfo, #getDefaultApplicationDescriptor, #getNodeAdmin, #getNodeHostname, #getNodeInfo, #getNodeLoad, #getNodeProcessorSocketCount, #getObjectInfo, #getObjectInfosByType, #getRegistryAdmin, #getRegistryInfo, #getServerAdmin, #getServerAdminCategory, #getServerInfo, #getServerPid, #getServerState, #getSliceChecksums, #instantiateServer, #isServerEnabled, #patchApplication, #patchServer, #pingNode, #pingRegistry, #removeAdapter, #removeApplication, #removeObject, #sendSignal, #shutdown, #shutdownNode, #shutdownRegistry, #startServer, #stopServer, #syncApplication, #syncApplicationWithoutRestart, #updateApplication, #updateApplicationWithoutRestart, #updateObject
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
763
764
765
|
# File 'lib/IceGrid/Admin.rb', line 763
def AdminPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::Admin', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
770
771
772
|
# File 'lib/IceGrid/Admin.rb', line 770
def AdminPrx.ice_staticId()
'::IceGrid::Admin'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
767
768
769
|
# File 'lib/IceGrid/Admin.rb', line 767
def AdminPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|