Ice::Identity
Overview
struct Identity
The identity of an Ice object. In a proxy, an empty name denotes a nil proxy. An identity with an empty name and a non-empty category is illegal. You cannot add a servant with an empty name to the Active Servant Map.
Used By
- Freeze::BackgroundSaveEvictor::keepFacet
- Freeze::BackgroundSaveEvictor::keep
- Freeze::BackgroundSaveEvictor::releaseFacet
- Freeze::BackgroundSaveEvictor::release
- Freeze::Evictor::addFacet
- Freeze::Evictor::add
- Freeze::Evictor::hasFacet
- Freeze::Evictor::hasObject
- Freeze::Evictor::removeFacet
- Freeze::Evictor::remove
- Freeze::EvictorIterator::next
- Freeze::ServantInitializer::initialize
- Ice::Communicator::identityToString
- Ice::Communicator::stringToIdentity
- Ice::Connection::createProxy
- Ice::Current::id
- Ice::IdentitySeq
- Ice::IllegalIdentityException::id
- Ice::Locator::findObjectById
- Ice::ObjectAdapter::addFacet
- Ice::ObjectAdapter::add
- Ice::ObjectAdapter::createDirectProxy
- Ice::ObjectAdapter::createIndirectProxy
- Ice::ObjectAdapter::createProxy
- Ice::ObjectAdapter::findAllFacets
- Ice::ObjectAdapter::findFacet
- Ice::ObjectAdapter::find
- Ice::ObjectAdapter::removeAllFacets
- Ice::ObjectAdapter::removeFacet
- Ice::ObjectAdapter::remove
- Ice::ObjectDict
- Ice::RequestFailedException::id
- IceGrid::Admin::getObjectInfo
- IceGrid::Admin::removeObject
- IceGrid::AdminSession::setObserversByIdentity
- IceGrid::ObjectDescriptor::id
- IceGrid::ObjectExistsException::id
- IceGrid::ObjectNotRegisteredException::id
- IceGrid::ObjectObserver::objectRemoved
- IceGrid::ObserverAlreadyRegisteredException::id
- IceGrid::Query::findObjectById
- IceGrid::Session::allocateObjectById
- IceGrid::Session::releaseObject
See Also
Data Member Index
name — The name of the Ice object.
category — The Ice object category.
Data Members
string name;
The name of the Ice object.
string category;
The Ice object category.