Searched refs:exiting (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java380 LOGGER.exiting();
388 LOGGER.exiting();
395 LOGGER.exiting();
403 LOGGER.exiting();
417 LOGGER.exiting();
420 LOGGER.exiting();
428 LOGGER.exiting();
436 LOGGER.exiting();
443 LOGGER.exiting();
451 LOGGER.exiting();
[all...]
H A DPolicyWSDLGeneratorExtension.java140 LOGGER.exiting();
179 LOGGER.exiting();
188 LOGGER.exiting();
196 LOGGER.exiting();
204 LOGGER.exiting();
212 LOGGER.exiting();
219 LOGGER.exiting();
227 LOGGER.exiting();
235 LOGGER.exiting();
243 LOGGER.exiting();
[all...]
H A DPolicyUtil.java106 LOGGER.exiting();
132 LOGGER.exiting(features);
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java165 RELATION_LOGGER.exiting(RelationService.class.getName(),
298 RELATION_LOGGER.exiting(RelationService.class.getName(),
349 RELATION_LOGGER.exiting(RelationService.class.getName(),
394 RELATION_LOGGER.exiting(RelationService.class.getName(),
433 RELATION_LOGGER.exiting(RelationService.class.getName(),
507 RELATION_LOGGER.exiting(RelationService.class.getName(),
591 RELATION_LOGGER.exiting(RelationService.class.getName(),
794 RELATION_LOGGER.exiting(RelationService.class.getName(),
959 RELATION_LOGGER.exiting(RelationService.class.getName(),
1016 RELATION_LOGGER.exiting(RelationServic
[all...]
H A DRelationSupport.java175 RELATION_LOGGER.exiting(RelationSupport.class.getName(),
253 RELATION_LOGGER.exiting(RelationSupport.class.getName(),
297 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "getRole");
332 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "getRoles");
359 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "getAllRoles");
379 RELATION_LOGGER.exiting(RelationSupport.class.getName(),
429 RELATION_LOGGER.exiting(RelationSupport.class.getName(),
485 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "setRole");
529 RELATION_LOGGER.exiting(RelationSupport.class.getName(), "setRoles");
584 RELATION_LOGGER.exiting(RelationSuppor
[all...]
H A DMBeanServerNotificationFilter.java169 RELATION_LOGGER.exiting(MBeanServerNotificationFilter.class.getName(),
190 RELATION_LOGGER.exiting(MBeanServerNotificationFilter.class.getName(),
229 RELATION_LOGGER.exiting(MBeanServerNotificationFilter.class.getName(),
245 RELATION_LOGGER.exiting(MBeanServerNotificationFilter.class.getName(),
284 RELATION_LOGGER.exiting(MBeanServerNotificationFilter.class.getName(),
362 "Type not selected, exiting");
381 "No ObjectNames selected, exiting");
391 "ObjectName not in selected list, exiting");
406 "names deselected, exiting");
414 "ObjectName explicitly not selected, exiting");
[all...]
H A DRelationTypeSupport.java183 RELATION_LOGGER.exiting(RelationTypeSupport.class.getName(),
207 RELATION_LOGGER.exiting(RelationTypeSupport.class.getName(),
268 RELATION_LOGGER.exiting(RelationTypeSupport.class.getName(),
322 RELATION_LOGGER.exiting(RelationTypeSupport.class.getName(),
369 RELATION_LOGGER.exiting(RelationTypeSupport.class.getName(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DFoolProofResolver.java70 logger.exiting(getClass().getName(),"createOutput",r);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DClientHandler.java80 SNMP_ADAPTOR_LOGGER.exiting(dbgTag, "interrupt");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/subject/
H A DPolicyMapKeyConverter.java71 LOGGER.exiting(key);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/logging/
H A DLogger.java265 public void exiting() { method in class:Logger
269 logger.exiting(componentClassName, getCallerMethodName());
272 public void exiting(final Object result) { method in class:Logger
276 logger.exiting(componentClassName, getCallerMethodName(), result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedClientAssertion.java68 LOGGER.exiting(assertion);
H A DManagedServiceAssertion.java88 LOGGER.exiting(assertion);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java282 // the thread hasn't run yet or is in the process of exiting
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMapUtil.java130 LOGGER.exiting();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DCompactModelGenerator.java86 LOGGER.exiting(model);
H A DNormalizedModelGenerator.java79 LOGGER.exiting(model);
H A DPolicyModelTranslator.java181 LOGGER.exiting();
237 LOGGER.exiting(policy);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/policy/
H A DAddressingFeatureConfigurator.java133 LOGGER.exiting(features);
H A DAddressingPolicyMapConfigurator.java99 LOGGER.exiting(subjects);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/policy/
H A DMtomPolicyMapConfigurator.java110 LOGGER.exiting(subjects);
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp246 const jint exiting = 1; local
248 bool first_time_here = Atomic::xchg(exiting, &_exiting_out_of_mem) != exiting;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/
H A DExternalAttachmentsUnmarshaller.java99 LOGGER.exiting(map);
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogger.java138 * "entering" methods), method returns (the "exiting" methods) and
1063 public void exiting(String sourceClass, String sourceMethod) { method in class:Logger
1083 public void exiting(String sourceClass, String sourceMethod, Object result) { method in class:Logger
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java904 LOG.exiting(SessionTask.class.getName(),"run");

Completed in 152 milliseconds