Searched refs:factory (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java429 * if this node is bound to a factory.
459 * if this node is bound to a factory.
495 // triggers callbacks on the entry factory
497 if (factory != null) {
499 factory.addEntryCb(0,oid,name,entry,this);
551 // triggers callbacks on the entry factory
553 if (factory != null) {
555 factory.addEntryCb(pos,oid,name,entry,this);
576 * if this node is bound to a factory.
602 * if this node is bound to a factory
850 registerEntryFactory(SnmpTableEntryFactory factory) argument
2505 protected SnmpTableEntryFactory factory = null; field in class:SnmpMibTable
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java1469 * Registers a value factory for a particular repository ID.
1472 * @param factory the factory.
1473 * @return the previously registered factory for the given repository ID,
1474 * or null if no such factory was previously registered.
1478 ValueFactory factory)
1482 if ((repositoryID == null) || (factory == null))
1485 return (ValueFactory)valueFactoryCache.put(repositoryID, factory);
1489 * Unregisters a value factory for a particular repository ID.
1502 * Finds and returns a value factory fo
1477 register_value_factory(String repositoryID, ValueFactory factory) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java558 final TransletOutputHandlerFactory factory
567 factory.setEncoding(_encoding);
568 factory.setOutputMethod(_method);
569 factory.setOutputStream(new BufferedOutputStream(new FileOutputStream(filename, append)));
570 factory.setOutputType(TransletOutputHandlerFactory.STREAM);
573 = factory.getSerializationHandler();
/openjdk7/jdk/src/share/classes/java/net/
H A DSocket.java44 * the socket factory that creates the socket implementation,
141 if (factory == null) {
179 * If the application has specified a server socket factory, that
180 * factory's <code>createSocketImpl</code> method is called to create
217 * If the application has specified a socket factory, that factory's
336 * If the application has specified a server socket factory, that
337 * factory's <code>createSocketImpl</code> method is called to create
378 * If the application has specified a server socket factory, that
379 * factory'
1588 private static SocketImplFactory factory = null; field in class:Socket
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java379 factory = f;
625 * Fetches the factory to be used for building the
629 * to fetch the factory provided by the associated
632 * @return the factory
635 return factory;
640 private ViewFactory factory; field in class:BasicHTML.Renderer
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPINoOpHandlerImpl.java192 public void registerPolicyFactory( int type, PolicyFactory factory ) {
H A DIORInfoImpl.java244 public void current_factory( ObjectReferenceFactory factory )
248 adapter.setCurrentFactory( factory ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java303 void registerPolicyFactory( int type, PolicyFactory factory ) ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DInstructionDecoder.java129 public Instruction decode(byte[] bytesArray, int index, int instrStartIndex, int segmentOverride, int prefixes, X86InstructionFactory factory) { argument
154 return decodeInstruction(bytesArray, operandSize, addrSize, factory);
157 protected Instruction decodeInstruction(byte[] bytesArray, boolean operandSize, boolean addrSize, X86InstructionFactory factory) { argument
162 return factory.newGeneralInstruction(name, op1, op2, op3, size, prefixes);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractSEIModelImpl.java149 JAXBContextFactory factory = f!=null ? f.getFactory() : null;
150 if(factory==null) factory=JAXBContextFactory.DEFAULT;
151 return factory.createJAXBContext(AbstractSEIModelImpl.this,cls,types);
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java241 private SSLSocketFactory factory; field in class:CipherTest
246 factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
247 SSLSocket socket = (SSLSocket)factory.createSocket();
322 return factory;
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java284 // List of annotation processory factory instances
288 * If a factory is provided by the user, the
289 * "-factory" and "-factorypath" options are not used.
291 * Otherwise, if the "-factory" option is used, search
299 String factoryName = options.get("-factory");
306 AnnotationProcessorFactory factory =
308 list.add(factory);
410 // If a factory provided a processor in a
438 AnnotationProcessorFactory factory = working.newInstance();
439 factoryToAnnotation.put(factory, emptyATD
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java102 // X.509 certificate factory instance
103 private final CertificateFactory factory; field in class:URICertStore
206 factory = CertificateFactory.getInstance("X.509");
332 factory.generateCertificates(in);
451 crl = (X509CRL) factory.generateCRL(in);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DLauncher.java56 private static URLStreamHandlerFactory factory = new Factory(); field in class:Launcher
164 super(getExtURLs(dirs), null, factory);
292 super(urls, parent, factory);
388 bcp = new URLClassPath(urls, factory);
468 * The stream handler factory for loading system protocol handlers.
/openjdk7/jdk/src/share/classes/sun/reflect/generics/factory/
H A DCoreReflectionFactory.java26 package sun.reflect.generics.factory;
75 * This factory will produce reflective objects of the appropriate
83 * constructor) that thsi factory services
84 * @param s the scope in which the factory will allocate and search for
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DWildcardTypeImpl.java31 import sun.reflect.generics.factory.GenericsFactory;
54 // constructor is private to enforce access through static factory
69 * @param f - a factory that can be used to manufacture reflective
71 * @return a wild card type with the requested bounds and factory
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java240 private SSLSocketFactory factory; field in class:CipherTest
245 factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
246 SSLSocket socket = (SSLSocket)factory.createSocket();
322 return factory;
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java240 private SSLSocketFactory factory; field in class:CipherTest
245 factory = (SSLSocketFactory)SSLSocketFactory.getDefault();
246 SSLSocket socket = (SSLSocket)factory.createSocket();
323 return factory;
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java146 AppletViewerFactory factory; field in class:AppletViewer
159 PrintStream statusMsgStream, AppletViewerFactory factory) {
160 this.factory = factory;
164 MenuBar mb = factory.getBaseMenuBar();
185 if (factory.isStandalone()) {
693 factory.createAppletViewer(p.x + XDELTA, p.y + YDELTA,
853 if (factory.isStandalone())
953 if (factory.isStandalone() && amh.getMessage("menuitem.quit").equals(label)) {
1082 AppletViewerFactory factory) throw
158 AppletViewer(int x, int y, URL doc, Hashtable atts, PrintStream statusMsgStream, AppletViewerFactory factory) argument
1081 parse(URL url, PrintStream statusMsgStream, AppletViewerFactory factory) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java722 // 2. If clz is a stub class, just use it as a static factory.
727 // stub factory.
881 BoxedValueHelper factory) {
890 } else if (factory != null) {
891 return factory.get_id();
1046 public Serializable read_value(BoxedValueHelper factory) { argument
1082 = readRepositoryIds(vType, null, null, factory);
1085 if (!repositoryIDString.equals(factory.get_id()))
1086 factory = Utility.getHelper(null, codebase_URL, repositoryIDString);
1093 if (factory instanceo
878 readRepositoryIds(int valueTag, Class expectedType, String expectedTypeRepId, BoxedValueHelper factory) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELifier.java219 BCELFactory factory = new BCELFactory(mg, _out);
220 factory.start();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java944 javax.xml.parsers.SAXParserFactory factory =
947 factory.setNamespaceAware(true);
953 factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
959 factory.newSAXParser();
1021 javax.xml.parsers.SAXParserFactory factory =
1024 factory.setNamespaceAware(true);
1030 factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
1036 factory.newSAXParser();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_pt_BR.properties43 MethodNotSupported = O m\u00E9todo ''{0}'' n\u00E3o \u00E9 suportado por este factory.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java69 // get node factory
70 Document factory = dest.getOwnerDocument();
71 boolean domimpl = factory instanceof DocumentImpl;
86 node = factory.createCDATASection(place.getNodeValue());
90 node = factory.createComment(place.getNodeValue());
94 Element element = factory.createElement(place.getNodeName());
110 node = factory.createEntityReference(place.getNodeName());
114 node = factory.createProcessingInstruction(place.getNodeName(),
119 node = factory.createTextNode(place.getNodeValue());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV8Disassembler.java35 public SPARCV8Disassembler(long startPc, byte[] code, SPARCInstructionFactory factory) { argument
36 super(startPc, code, factory);

Completed in 285 milliseconds

<<1112131415