Module: IceGrid::AdminSessionPrx_mixin
Instance Method Summary collapse
- #finishUpdate(_ctx = nil) ⇒ Object
- #getAdmin(_ctx = nil) ⇒ Object
- #getAdminCallbackTemplate(_ctx = nil) ⇒ Object
- #getReplicaName(_ctx = nil) ⇒ Object
- #keepAlive(_ctx = nil) ⇒ Object
- #openNodeStdErr(name, count, _ctx = nil) ⇒ Object
- #openNodeStdOut(name, count, _ctx = nil) ⇒ Object
- #openRegistryStdErr(name, count, _ctx = nil) ⇒ Object
- #openRegistryStdOut(name, count, _ctx = nil) ⇒ Object
- #openServerLog(id, path, count, _ctx = nil) ⇒ Object
- #openServerStdErr(id, count, _ctx = nil) ⇒ Object
- #openServerStdOut(id, count, _ctx = nil) ⇒ Object
- #setObservers(registryObs, nodeObs, appObs, adptObs, objObs, _ctx = nil) ⇒ Object
- #setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, _ctx = nil) ⇒ Object
- #startUpdate(_ctx = nil) ⇒ Object
Methods included from Glacier2::SessionPrx_mixin
Instance Method Details
#finishUpdate(_ctx = nil) ⇒ Object
999 1000 1001 |
# File 'lib/IceGrid/Admin.rb', line 999 def finishUpdate(_ctx=nil) AdminSession_mixin::OP_finishUpdate.invoke(self, [], _ctx) end |
#getAdmin(_ctx = nil) ⇒ Object
979 980 981 |
# File 'lib/IceGrid/Admin.rb', line 979 def getAdmin(_ctx=nil) AdminSession_mixin::OP_getAdmin.invoke(self, [], _ctx) end |
#getAdminCallbackTemplate(_ctx = nil) ⇒ Object
983 984 985 |
# File 'lib/IceGrid/Admin.rb', line 983 def getAdminCallbackTemplate(_ctx=nil) AdminSession_mixin::OP_getAdminCallbackTemplate.invoke(self, [], _ctx) end |
#getReplicaName(_ctx = nil) ⇒ Object
1003 1004 1005 |
# File 'lib/IceGrid/Admin.rb', line 1003 def getReplicaName(_ctx=nil) AdminSession_mixin::OP_getReplicaName.invoke(self, [], _ctx) end |
#keepAlive(_ctx = nil) ⇒ Object
975 976 977 |
# File 'lib/IceGrid/Admin.rb', line 975 def keepAlive(_ctx=nil) AdminSession_mixin::OP_keepAlive.invoke(self, [], _ctx) end |
#openNodeStdErr(name, count, _ctx = nil) ⇒ Object
1019 1020 1021 |
# File 'lib/IceGrid/Admin.rb', line 1019 def openNodeStdErr(name, count, _ctx=nil) AdminSession_mixin::OP_openNodeStdErr.invoke(self, [name, count], _ctx) end |
#openNodeStdOut(name, count, _ctx = nil) ⇒ Object
1023 1024 1025 |
# File 'lib/IceGrid/Admin.rb', line 1023 def openNodeStdOut(name, count, _ctx=nil) AdminSession_mixin::OP_openNodeStdOut.invoke(self, [name, count], _ctx) end |
#openRegistryStdErr(name, count, _ctx = nil) ⇒ Object
1027 1028 1029 |
# File 'lib/IceGrid/Admin.rb', line 1027 def openRegistryStdErr(name, count, _ctx=nil) AdminSession_mixin::OP_openRegistryStdErr.invoke(self, [name, count], _ctx) end |
#openRegistryStdOut(name, count, _ctx = nil) ⇒ Object
1031 1032 1033 |
# File 'lib/IceGrid/Admin.rb', line 1031 def openRegistryStdOut(name, count, _ctx=nil) AdminSession_mixin::OP_openRegistryStdOut.invoke(self, [name, count], _ctx) end |
#openServerLog(id, path, count, _ctx = nil) ⇒ Object
1007 1008 1009 |
# File 'lib/IceGrid/Admin.rb', line 1007 def openServerLog(id, path, count, _ctx=nil) AdminSession_mixin::OP_openServerLog.invoke(self, [id, path, count], _ctx) end |
#openServerStdErr(id, count, _ctx = nil) ⇒ Object
1011 1012 1013 |
# File 'lib/IceGrid/Admin.rb', line 1011 def openServerStdErr(id, count, _ctx=nil) AdminSession_mixin::OP_openServerStdErr.invoke(self, [id, count], _ctx) end |
#openServerStdOut(id, count, _ctx = nil) ⇒ Object
1015 1016 1017 |
# File 'lib/IceGrid/Admin.rb', line 1015 def openServerStdOut(id, count, _ctx=nil) AdminSession_mixin::OP_openServerStdOut.invoke(self, [id, count], _ctx) end |
#setObservers(registryObs, nodeObs, appObs, adptObs, objObs, _ctx = nil) ⇒ Object
987 988 989 |
# File 'lib/IceGrid/Admin.rb', line 987 def setObservers(registryObs, nodeObs, appObs, adptObs, objObs, _ctx=nil) AdminSession_mixin::OP_setObservers.invoke(self, [registryObs, nodeObs, appObs, adptObs, objObs], _ctx) end |
#setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, _ctx = nil) ⇒ Object
991 992 993 |
# File 'lib/IceGrid/Admin.rb', line 991 def setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, _ctx=nil) AdminSession_mixin::OP_setObserversByIdentity.invoke(self, [registryObs, nodeObs, appObs, adptObs, objObs], _ctx) end |
#startUpdate(_ctx = nil) ⇒ Object
995 996 997 |
# File 'lib/IceGrid/Admin.rb', line 995 def startUpdate(_ctx=nil) AdminSession_mixin::OP_startUpdate.invoke(self, [], _ctx) end |