Module: IceGrid::AdminPrx_mixin
- Included in:
- AdminPrx
- Defined in:
- lib/IceGrid/Admin.rb
Instance Method Summary collapse
- #addApplication(descriptor, _ctx = nil) ⇒ Object
- #addObject(obj, _ctx = nil) ⇒ Object
- #addObjectWithType(obj, type, _ctx = nil) ⇒ Object
- #enableServer(id, enabled, _ctx = nil) ⇒ Object
- #getAdapterInfo(id, _ctx = nil) ⇒ Object
- #getAllAdapterIds(_ctx = nil) ⇒ Object
- #getAllApplicationNames(_ctx = nil) ⇒ Object
- #getAllNodeNames(_ctx = nil) ⇒ Object
- #getAllObjectInfos(expr, _ctx = nil) ⇒ Object
- #getAllRegistryNames(_ctx = nil) ⇒ Object
- #getAllServerIds(_ctx = nil) ⇒ Object
- #getApplicationInfo(name, _ctx = nil) ⇒ Object
- #getDefaultApplicationDescriptor(_ctx = nil) ⇒ Object
- #getNodeAdmin(name, _ctx = nil) ⇒ Object
- #getNodeHostname(name, _ctx = nil) ⇒ Object
- #getNodeInfo(name, _ctx = nil) ⇒ Object
- #getNodeLoad(name, _ctx = nil) ⇒ Object
- #getNodeProcessorSocketCount(name, _ctx = nil) ⇒ Object
- #getObjectInfo(id, _ctx = nil) ⇒ Object
- #getObjectInfosByType(type, _ctx = nil) ⇒ Object
- #getRegistryAdmin(name, _ctx = nil) ⇒ Object
- #getRegistryInfo(name, _ctx = nil) ⇒ Object
- #getServerAdmin(id, _ctx = nil) ⇒ Object
- #getServerAdminCategory(_ctx = nil) ⇒ Object
- #getServerInfo(id, _ctx = nil) ⇒ Object
- #getServerPid(id, _ctx = nil) ⇒ Object
- #getServerState(id, _ctx = nil) ⇒ Object
- #getSliceChecksums(_ctx = nil) ⇒ Object
- #instantiateServer(application, node, desc, _ctx = nil) ⇒ Object
- #isServerEnabled(id, _ctx = nil) ⇒ Object
- #patchApplication(name, shutdown, _ctx = nil) ⇒ Object
- #patchServer(id, shutdown, _ctx = nil) ⇒ Object
- #pingNode(name, _ctx = nil) ⇒ Object
- #pingRegistry(name, _ctx = nil) ⇒ Object
- #removeAdapter(id, _ctx = nil) ⇒ Object
- #removeApplication(name, _ctx = nil) ⇒ Object
- #removeObject(id, _ctx = nil) ⇒ Object
- #sendSignal(id, signal, _ctx = nil) ⇒ Object
- #shutdown(_ctx = nil) ⇒ Object
- #shutdownNode(name, _ctx = nil) ⇒ Object
- #shutdownRegistry(name, _ctx = nil) ⇒ Object
- #startServer(id, _ctx = nil) ⇒ Object
- #stopServer(id, _ctx = nil) ⇒ Object
- #syncApplication(descriptor, _ctx = nil) ⇒ Object
- #syncApplicationWithoutRestart(descriptor, _ctx = nil) ⇒ Object
- #updateApplication(descriptor, _ctx = nil) ⇒ Object
- #updateApplicationWithoutRestart(descriptor, _ctx = nil) ⇒ Object
- #updateObject(obj, _ctx = nil) ⇒ Object
Instance Method Details
#addApplication(descriptor, _ctx = nil) ⇒ Object
568 569 570 |
# File 'lib/IceGrid/Admin.rb', line 568 def addApplication(descriptor, _ctx=nil) Admin_mixin::OP_addApplication.invoke(self, [descriptor], _ctx) end |
#addObject(obj, _ctx = nil) ⇒ Object
672 673 674 |
# File 'lib/IceGrid/Admin.rb', line 672 def addObject(obj, _ctx=nil) Admin_mixin::OP_addObject.invoke(self, [obj], _ctx) end |
#addObjectWithType(obj, type, _ctx = nil) ⇒ Object
680 681 682 |
# File 'lib/IceGrid/Admin.rb', line 680 def addObjectWithType(obj, type, _ctx=nil) Admin_mixin::OP_addObjectWithType.invoke(self, [obj, type], _ctx) end |
#enableServer(id, enabled, _ctx = nil) ⇒ Object
632 633 634 |
# File 'lib/IceGrid/Admin.rb', line 632 def enableServer(id, enabled, _ctx=nil) Admin_mixin::OP_enableServer.invoke(self, [id, enabled], _ctx) end |
#getAdapterInfo(id, _ctx = nil) ⇒ Object
660 661 662 |
# File 'lib/IceGrid/Admin.rb', line 660 def getAdapterInfo(id, _ctx=nil) Admin_mixin::OP_getAdapterInfo.invoke(self, [id], _ctx) end |
#getAllAdapterIds(_ctx = nil) ⇒ Object
668 669 670 |
# File 'lib/IceGrid/Admin.rb', line 668 def getAllAdapterIds(_ctx=nil) Admin_mixin::OP_getAllAdapterIds.invoke(self, [], _ctx) end |
#getAllApplicationNames(_ctx = nil) ⇒ Object
608 609 610 |
# File 'lib/IceGrid/Admin.rb', line 608 def getAllApplicationNames(_ctx=nil) Admin_mixin::OP_getAllApplicationNames.invoke(self, [], _ctx) end |
#getAllNodeNames(_ctx = nil) ⇒ Object
728 729 730 |
# File 'lib/IceGrid/Admin.rb', line 728 def getAllNodeNames(_ctx=nil) Admin_mixin::OP_getAllNodeNames.invoke(self, [], _ctx) end |
#getAllObjectInfos(expr, _ctx = nil) ⇒ Object
696 697 698 |
# File 'lib/IceGrid/Admin.rb', line 696 def getAllObjectInfos(expr, _ctx=nil) Admin_mixin::OP_getAllObjectInfos.invoke(self, [expr], _ctx) end |
#getAllRegistryNames(_ctx = nil) ⇒ Object
748 749 750 |
# File 'lib/IceGrid/Admin.rb', line 748 def getAllRegistryNames(_ctx=nil) Admin_mixin::OP_getAllRegistryNames.invoke(self, [], _ctx) end |
#getAllServerIds(_ctx = nil) ⇒ Object
656 657 658 |
# File 'lib/IceGrid/Admin.rb', line 656 def getAllServerIds(_ctx=nil) Admin_mixin::OP_getAllServerIds.invoke(self, [], _ctx) end |
#getApplicationInfo(name, _ctx = nil) ⇒ Object
600 601 602 |
# File 'lib/IceGrid/Admin.rb', line 600 def getApplicationInfo(name, _ctx=nil) Admin_mixin::OP_getApplicationInfo.invoke(self, [name], _ctx) end |
#getDefaultApplicationDescriptor(_ctx = nil) ⇒ Object
604 605 606 |
# File 'lib/IceGrid/Admin.rb', line 604 def getDefaultApplicationDescriptor(_ctx=nil) Admin_mixin::OP_getDefaultApplicationDescriptor.invoke(self, [], _ctx) end |
#getNodeAdmin(name, _ctx = nil) ⇒ Object
712 713 714 |
# File 'lib/IceGrid/Admin.rb', line 712 def getNodeAdmin(name, _ctx=nil) Admin_mixin::OP_getNodeAdmin.invoke(self, [name], _ctx) end |
#getNodeHostname(name, _ctx = nil) ⇒ Object
724 725 726 |
# File 'lib/IceGrid/Admin.rb', line 724 def getNodeHostname(name, _ctx=nil) Admin_mixin::OP_getNodeHostname.invoke(self, [name], _ctx) end |
#getNodeInfo(name, _ctx = nil) ⇒ Object
708 709 710 |
# File 'lib/IceGrid/Admin.rb', line 708 def getNodeInfo(name, _ctx=nil) Admin_mixin::OP_getNodeInfo.invoke(self, [name], _ctx) end |
#getNodeLoad(name, _ctx = nil) ⇒ Object
704 705 706 |
# File 'lib/IceGrid/Admin.rb', line 704 def getNodeLoad(name, _ctx=nil) Admin_mixin::OP_getNodeLoad.invoke(self, [name], _ctx) end |
#getNodeProcessorSocketCount(name, _ctx = nil) ⇒ Object
716 717 718 |
# File 'lib/IceGrid/Admin.rb', line 716 def getNodeProcessorSocketCount(name, _ctx=nil) Admin_mixin::OP_getNodeProcessorSocketCount.invoke(self, [name], _ctx) end |
#getObjectInfo(id, _ctx = nil) ⇒ Object
688 689 690 |
# File 'lib/IceGrid/Admin.rb', line 688 def getObjectInfo(id, _ctx=nil) Admin_mixin::OP_getObjectInfo.invoke(self, [id], _ctx) end |
#getObjectInfosByType(type, _ctx = nil) ⇒ Object
692 693 694 |
# File 'lib/IceGrid/Admin.rb', line 692 def getObjectInfosByType(type, _ctx=nil) Admin_mixin::OP_getObjectInfosByType.invoke(self, [type], _ctx) end |
#getRegistryAdmin(name, _ctx = nil) ⇒ Object
740 741 742 |
# File 'lib/IceGrid/Admin.rb', line 740 def getRegistryAdmin(name, _ctx=nil) Admin_mixin::OP_getRegistryAdmin.invoke(self, [name], _ctx) end |
#getRegistryInfo(name, _ctx = nil) ⇒ Object
736 737 738 |
# File 'lib/IceGrid/Admin.rb', line 736 def getRegistryInfo(name, _ctx=nil) Admin_mixin::OP_getRegistryInfo.invoke(self, [name], _ctx) end |
#getServerAdmin(id, _ctx = nil) ⇒ Object
628 629 630 |
# File 'lib/IceGrid/Admin.rb', line 628 def getServerAdmin(id, _ctx=nil) Admin_mixin::OP_getServerAdmin.invoke(self, [id], _ctx) end |
#getServerAdminCategory(_ctx = nil) ⇒ Object
624 625 626 |
# File 'lib/IceGrid/Admin.rb', line 624 def getServerAdminCategory(_ctx=nil) Admin_mixin::OP_getServerAdminCategory.invoke(self, [], _ctx) end |
#getServerInfo(id, _ctx = nil) ⇒ Object
612 613 614 |
# File 'lib/IceGrid/Admin.rb', line 612 def getServerInfo(id, _ctx=nil) Admin_mixin::OP_getServerInfo.invoke(self, [id], _ctx) end |
#getServerPid(id, _ctx = nil) ⇒ Object
620 621 622 |
# File 'lib/IceGrid/Admin.rb', line 620 def getServerPid(id, _ctx=nil) Admin_mixin::OP_getServerPid.invoke(self, [id], _ctx) end |
#getServerState(id, _ctx = nil) ⇒ Object
616 617 618 |
# File 'lib/IceGrid/Admin.rb', line 616 def getServerState(id, _ctx=nil) Admin_mixin::OP_getServerState.invoke(self, [id], _ctx) end |
#getSliceChecksums(_ctx = nil) ⇒ Object
756 757 758 |
# File 'lib/IceGrid/Admin.rb', line 756 def getSliceChecksums(_ctx=nil) Admin_mixin::OP_getSliceChecksums.invoke(self, [], _ctx) end |
#instantiateServer(application, node, desc, _ctx = nil) ⇒ Object
592 593 594 |
# File 'lib/IceGrid/Admin.rb', line 592 def instantiateServer(application, node, desc, _ctx=nil) Admin_mixin::OP_instantiateServer.invoke(self, [application, node, desc], _ctx) end |
#isServerEnabled(id, _ctx = nil) ⇒ Object
636 637 638 |
# File 'lib/IceGrid/Admin.rb', line 636 def isServerEnabled(id, _ctx=nil) Admin_mixin::OP_isServerEnabled.invoke(self, [id], _ctx) end |
#patchApplication(name, shutdown, _ctx = nil) ⇒ Object
596 597 598 |
# File 'lib/IceGrid/Admin.rb', line 596 def patchApplication(name, shutdown, _ctx=nil) Admin_mixin::OP_patchApplication.invoke(self, [name, shutdown], _ctx) end |
#patchServer(id, shutdown, _ctx = nil) ⇒ Object
648 649 650 |
# File 'lib/IceGrid/Admin.rb', line 648 def patchServer(id, shutdown, _ctx=nil) Admin_mixin::OP_patchServer.invoke(self, [id, shutdown], _ctx) end |
#pingNode(name, _ctx = nil) ⇒ Object
700 701 702 |
# File 'lib/IceGrid/Admin.rb', line 700 def pingNode(name, _ctx=nil) Admin_mixin::OP_pingNode.invoke(self, [name], _ctx) end |
#pingRegistry(name, _ctx = nil) ⇒ Object
732 733 734 |
# File 'lib/IceGrid/Admin.rb', line 732 def pingRegistry(name, _ctx=nil) Admin_mixin::OP_pingRegistry.invoke(self, [name], _ctx) end |
#removeAdapter(id, _ctx = nil) ⇒ Object
664 665 666 |
# File 'lib/IceGrid/Admin.rb', line 664 def removeAdapter(id, _ctx=nil) Admin_mixin::OP_removeAdapter.invoke(self, [id], _ctx) end |
#removeApplication(name, _ctx = nil) ⇒ Object
588 589 590 |
# File 'lib/IceGrid/Admin.rb', line 588 def removeApplication(name, _ctx=nil) Admin_mixin::OP_removeApplication.invoke(self, [name], _ctx) end |
#removeObject(id, _ctx = nil) ⇒ Object
684 685 686 |
# File 'lib/IceGrid/Admin.rb', line 684 def removeObject(id, _ctx=nil) Admin_mixin::OP_removeObject.invoke(self, [id], _ctx) end |
#sendSignal(id, signal, _ctx = nil) ⇒ Object
652 653 654 |
# File 'lib/IceGrid/Admin.rb', line 652 def sendSignal(id, signal, _ctx=nil) Admin_mixin::OP_sendSignal.invoke(self, [id, signal], _ctx) end |
#shutdown(_ctx = nil) ⇒ Object
752 753 754 |
# File 'lib/IceGrid/Admin.rb', line 752 def shutdown(_ctx=nil) Admin_mixin::OP_shutdown.invoke(self, [], _ctx) end |
#shutdownNode(name, _ctx = nil) ⇒ Object
720 721 722 |
# File 'lib/IceGrid/Admin.rb', line 720 def shutdownNode(name, _ctx=nil) Admin_mixin::OP_shutdownNode.invoke(self, [name], _ctx) end |
#shutdownRegistry(name, _ctx = nil) ⇒ Object
744 745 746 |
# File 'lib/IceGrid/Admin.rb', line 744 def shutdownRegistry(name, _ctx=nil) Admin_mixin::OP_shutdownRegistry.invoke(self, [name], _ctx) end |
#startServer(id, _ctx = nil) ⇒ Object
640 641 642 |
# File 'lib/IceGrid/Admin.rb', line 640 def startServer(id, _ctx=nil) Admin_mixin::OP_startServer.invoke(self, [id], _ctx) end |
#stopServer(id, _ctx = nil) ⇒ Object
644 645 646 |
# File 'lib/IceGrid/Admin.rb', line 644 def stopServer(id, _ctx=nil) Admin_mixin::OP_stopServer.invoke(self, [id], _ctx) end |
#syncApplication(descriptor, _ctx = nil) ⇒ Object
572 573 574 |
# File 'lib/IceGrid/Admin.rb', line 572 def syncApplication(descriptor, _ctx=nil) Admin_mixin::OP_syncApplication.invoke(self, [descriptor], _ctx) end |
#syncApplicationWithoutRestart(descriptor, _ctx = nil) ⇒ Object
580 581 582 |
# File 'lib/IceGrid/Admin.rb', line 580 def syncApplicationWithoutRestart(descriptor, _ctx=nil) Admin_mixin::OP_syncApplicationWithoutRestart.invoke(self, [descriptor], _ctx) end |
#updateApplication(descriptor, _ctx = nil) ⇒ Object
576 577 578 |
# File 'lib/IceGrid/Admin.rb', line 576 def updateApplication(descriptor, _ctx=nil) Admin_mixin::OP_updateApplication.invoke(self, [descriptor], _ctx) end |
#updateApplicationWithoutRestart(descriptor, _ctx = nil) ⇒ Object
584 585 586 |
# File 'lib/IceGrid/Admin.rb', line 584 def updateApplicationWithoutRestart(descriptor, _ctx=nil) Admin_mixin::OP_updateApplicationWithoutRestart.invoke(self, [descriptor], _ctx) end |
#updateObject(obj, _ctx = nil) ⇒ Object
676 677 678 |
# File 'lib/IceGrid/Admin.rb', line 676 def updateObject(obj, _ctx=nil) Admin_mixin::OP_updateObject.invoke(self, [obj], _ctx) end |