Lines Matching defs:resource
43 * - A plain operation that is directed to the managed resource in the
53 * RequiredModelMBean operation but is directed to the resource
57 * RequiredModelMBean operation but is directed to the resource
112 storeDescriptor.setField("targetObject", resource);
124 emptyMMB.setManagedResource(resource, "ObjectReference");
150 fullMMB.setManagedResource(resource, "ObjectReference");
159 "descriptor directs methods to resource");
173 if (!resource.loadCalled || !resource.storeCalled) {
175 (resource.loadCalled ? "" : " load") +
176 (resource.storeCalled ? "" : " store"));
184 resource.loadCalled = false;
187 if (!resource.loadCalled) {
241 new Object[] {new Integer(5), resource},
333 private static Resource resource = new Resource();