Searched defs:runtime (Results 176 - 200 of 231) sorted by relevance

12345678910

/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingEventHandlerAdaptor.java8 package com.sun.identity.federation.jaxb.entityconfig.impl.runtime;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DContentHandlerAdaptor.java8 package com.sun.identity.saml2.jaxb.assertion.impl.runtime;
H A DGrammarInfoFacade.java8 package com.sun.identity.saml2.jaxb.assertion.impl.runtime;
263 * @see com.sun.tools.xjc.runtime.GrammarInfo#castToXMLSerializable(java.lang.Object)
277 * @see com.sun.tools.xjc.runtime.GrammarInfo#castToValidatableObject(java.lang.Object)
H A DMarshallerImpl.java8 package com.sun.identity.saml2.jaxb.assertion.impl.runtime;
H A DUnmarshallingContext.java8 package com.sun.identity.saml2.jaxb.assertion.impl.runtime;
H A DUnmarshallingEventHandlerAdaptor.java8 package com.sun.identity.saml2.jaxb.assertion.impl.runtime;
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DContentHandlerAdaptor.java8 package com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime;
H A DGrammarInfoFacade.java8 package com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime;
263 * @see com.sun.tools.xjc.runtime.GrammarInfo#castToXMLSerializable(java.lang.Object)
277 * @see com.sun.tools.xjc.runtime.GrammarInfo#castToValidatableObject(java.lang.Object)
H A DMarshallerImpl.java8 package com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime;
H A DUnmarshallingContext.java8 package com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime;
H A DUnmarshallingEventHandlerAdaptor.java8 package com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime;
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jar ... xml/bind/v2/runtime/property/ com/sun/xml/bind/v2/runtime/reflect/ com/sun/xml/bind/v2/runtime/reflect/opt/ com ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jar ... xml/bind/v2/runtime/property/ com/sun/xml/bind/v2/runtime/reflect/ com/sun/xml/bind/v2/runtime/reflect/opt/ com ...
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFIFOEntryCache.java103 * The reference to the Java runtime used to determine the amount of memory
106 private static final Runtime runtime = Runtime.getRuntime(); field in class:FIFOEntryCache
352 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
491 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFIFOEntryCache.java102 * The reference to the Java runtime used to determine the amount of memory
105 private static final Runtime runtime = Runtime.getRuntime(); field in class:FIFOEntryCache
351 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
490 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFIFOEntryCache.java103 * The reference to the Java runtime used to determine the amount of memory
106 private static final Runtime runtime = Runtime.getRuntime(); field in class:FIFOEntryCache
352 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
491 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFIFOEntryCache.java103 * The reference to the Java runtime used to determine the amount of memory
106 private static final Runtime runtime = Runtime.getRuntime(); field in class:FIFOEntryCache
352 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
491 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DFIFOEntryCache.java102 * The reference to the Java runtime used to determine the amount of memory
105 private static final Runtime runtime = Runtime.getRuntime(); field in class:FIFOEntryCache
351 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
490 long usedMemory = runtime.totalMemory() - runtime.freeMemory();
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DAbstractUnmarshallingEventHandlerImpl.java8 package com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime;
181 throw (RuntimeException)e; // don't catch the runtime exception. just let it go.
H A DMSVValidator.java8 package com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime;
H A DSAXMarshaller.java8 package com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime;
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DAbstractUnmarshallingEventHandlerImpl.java8 package com.sun.identity.federation.jaxb.entityconfig.impl.runtime;
181 throw (RuntimeException)e; // don't catch the runtime exception. just let it go.
H A DMSVValidator.java8 package com.sun.identity.federation.jaxb.entityconfig.impl.runtime;
H A DSAXMarshaller.java8 package com.sun.identity.federation.jaxb.entityconfig.impl.runtime;
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DAbstractUnmarshallingEventHandlerImpl.java8 package com.sun.identity.saml2.jaxb.assertion.impl.runtime;
181 throw (RuntimeException)e; // don't catch the runtime exception. just let it go.

Completed in 92 milliseconds

12345678910