Neokernel API

ObjectManager.getObjectManager Method

Returns a reference to the IObjectManager registered as the default service name. The default service name is defined in the field OM_SERVICE_NAME.

Overload List

Returns a reference to the IObjectManager registered as the default service name. The default service name is defined in the field OM_SERVICE_NAME.

public static IObjectManager getObjectManager()

Returns a reference to the IObjectManager registered as the specified service name.

public static IObjectManager getObjectManager(string)

See Also

ObjectManager Class | com.neokernel.om Namespace