ObjectInfoSeq IceGrid::AdminPrx::getAllObjectInfos | ( | std::string_view | expr, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
Gets the object info of all the registered objects whose stringified identities match the given expression.
expr | The expression to match against the stringified identities of registered objects. The expression may contain a trailing wildcard (*) character. |
context | The request context. |