Searched refs:codebase (Results 26 - 42 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DNamingManager.java130 * using the reference's factory class name and factory codebase
153 // Not in class path; try to use codebase
154 String codebase;
156 (codebase = ref.getFactoryClassLocation()) != null) {
158 clas = helper.loadClass(factoryName, codebase);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelAcceptorImpl.java325 String codebase)
370 if (codebase != null && codebase != "") {
371 iiopProfile.add(IIOPFactories. makeJavaCodebaseComponent(codebase));
323 addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase) argument
H A DCorbaTransportManagerImpl.java230 String codebase,
238 acceptor.addToIORTemplate(iorTemplate, policies, codebase);
228 addToIORTemplate(IORTemplate iorTemplate, Policies policies, String codebase, String objectAdapterManagerId, ObjectAdapterId objectAdapterId) argument
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java172 // 4668479: Option to turn off codebase lookup in AppletClassLoader
1006 protected AppletClassLoader createClassLoader(final URL codebase) { argument
1007 return new AppletClassLoader(codebase);
1013 synchronized AppletClassLoader getClassLoader(final URL codebase, final String key) { argument
1017 getAccessControlContext(codebase);
1021 AppletClassLoader ac = createClassLoader(codebase);
1056 * connnect to the codebase, and whatever else the policy grants
1059 private AccessControlContext getAccessControlContext(final URL codebase) { argument
1084 urlConnection = codebase.openConnection();
1109 URL locUrl = codebase;
[all...]
H A DAppletViewer.java512 systemParam.put("codebase", "codebase");
528 String v = (String)atts.get("codebase");
530 out.print(" codebase=\"" + v + "\"");
1105 * sets it to whatever URL/codebase we ended up getting
1192 // The <OBJECT> attribute codebase isn't what
1194 if(atts.get("codebase") != null) {
1195 atts.remove("codebase");
1232 atts2.put("codebase", nm);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAImpl.java81 public TOAImpl( ORB orb, TransientObjectManager tom, String codebase )
95 // REVISIT - absorb codebase into a policy
98 codebase,
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DIIOPFactories.java138 String codebase )
140 return new JavaCodebaseComponentImpl( codebase ) ;
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat39 %SA_JAVA% -classpath %SA_CLASSPATH% -Djava.rmi.server.codebase=file:/%SA_CLASSPATH% -Djava.security.policy=grantAll.policy -Djava.library.path=%SA_LIBPATH% %OPTIONS% sun.jvm.hotspot.DebugServer %1 %2 %3 %4 %5 %6 %7 %8 %9
H A Dstart-debug-server-windbg64.bat39 %SA_JAVA% -classpath %SA_CLASSPATH% -Djava.rmi.server.codebase=file:/%SA_CLASSPATH% -Djava.security.policy=grantAll.policy -Djava.library.path=%SA_LIBPATH% %OPTIONS% sun.jvm.hotspot.DebugServer %1 %2 %3 %4 %5 %6 %7 %8 %9
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java1337 String codebase) {
1340 if (codebase == null) {
1346 write_codebase(codebase, get_offset());
1349 if (codebase == null) {
1355 write_codebase(codebase, get_offset());
1358 if (codebase == null) {
1364 write_codebase(codebase, get_offset());
1367 if (codebase == null) {
1373 write_codebase(codebase, get_offset());
1496 // and codebase string
1336 writeValueTag(boolean chunkIt, boolean useRepId, String codebase) argument
[all...]
H A DCDRInputStream_1_0.java162 // codebase cache
786 String codebase = ior.getProfile().getCodebase();
788 Utility.loadStub( (Tie)servant, stubFactory, codebase,
1229 // and codebase strings in the wrong order.
1313 private java.lang.Object readBoxedIDLEntity(Class clazz, String codebase) argument
1320 cls = Utility.loadClassForClass(clazz.getName()+"Helper", codebase,
1357 Class clazz, String codebase)
1371 factory = Utility.getFactory(clazz, codebase, orb, repId);
1380 BoxedValueHelper helper = Utility.getHelper(clazz, codebase, repId);
1388 return readBoxedIDLEntity(clazz, codebase);
1356 readIDLValue(int indirection, String repId, Class clazz, String codebase) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java76 * object, which encapsulates its codebase (URL) and public key attributes.
639 static String[] parseExtDirs(String codebase, int start) { argument
642 String globalPrefix = (start > 0 ? codebase.substring(0, start) : "file:");
644 String globalSuffix = (end < codebase.length() ? codebase.substring(end) :
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java727 String codebase = Util.getCodebase(componentType);
730 Utility.loadStubClass(repID, codebase, componentType);
H A DIIOPInputStream.java1982 String codebase = Util.getCodebase(fieldType);
1985 Utility.loadStubClass(repID, codebase, fieldType);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java39 // Imports for using codebase URL to load class
527 public final Class getClassFromType(Class expectedType, String codebase) argument
540 codebase,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java1624 String codebase = javax.rmi.CORBA.Util.getCodebase( servant.getClass() ) ;
1625 getTOAFactory().getTOA( codebase ).connect( servant ) ;
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java794 * convert the header portion, i.e. codebase, signer, principals, of
1580 // codebase label and textfield
1710 String codebase = null;
1712 codebase = new String(tf.getText().trim());
1722 new PolicyParser.GrantEntry(signedby, codebase);

Completed in 96 milliseconds

12