Ice
3.9
Slice API Reference
Loading...
Searching...
No Matches
IceGrid
Admin
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
instantiateServer
isServerEnabled
pingNode
pingRegistry
removeAdapter
removeApplication
removeObject
sendSignal
shutdown
shutdownNode
shutdownRegistry
startServer
stopServer
syncApplication
syncApplicationWithoutRestart
updateApplication
updateApplicationWithoutRestart
updateObject
◆
addObjectWithType()
void addObjectWithType
(
Object *
obj
,
string
type
) throws
ObjectExistsException
,
DeploymentException
Adds an object to the object registry and explicitly specifies its type.
Parameters
obj
The object to be added to the registry. The proxy is never null.
type
The type name.
Exceptions
ObjectExistsException
Thrown when the object is already registered.
DeploymentException
Thrown when the application deployment failed.
Generated by
1.16.1