日期:2014-05-20 浏览次数:20741 次
ORBInitRef.NameService=http\://61.144.253.112/szsb/orb81/orb.ior jacorb.ProxyServer.URL=http\://61.144.253.112/szsb/orb81/proxy.ior jacorb.orb.print_version=on jacorb.verbosity=1 jacorb.debug.dump_outgoing_messages=off jacorb.debug.dump_incoming_messages=off jacorb.giop_minor_version=2 jacorb.retries=5 jacorb.retry_interval=500 jacorb.outbuf_size=2048 jacorb.maxManagedBufSize=18 jacorb.hashtable_class=java.util.Hashtable jacorb.use_bom=off jacorb.giop.add_1_0_profiles=off org.omg.PortableInterceptor.ORBInitializerClass.standard_init=org.jacorb.orb.standardInterceptors.IORInterceptorInitializer jacorb.use_imr=off jacorb.use_imr_endpoint=on jacorb.imr.allow_auto_register=off jacorb.imr.check_object_liveness=off ORBInitRef.ImplementationRepository=http://www.x.y.z/~user/ImR_Ref jacorb.imr.table_file=Z\:\table.dat jacorb.imr.backup_file=z\:backup.dat jacorb.imr.ior_file=/home/bwana/brose/public_html/ImR_Ref jacorb.imr.connection_timeout=2000 jacorb.implname=StandardImplName jacorb.java_exec=java -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton jacorb.security.access_decision=org.jacorb.security.level2.AccessDecisionImpl jacorb.security.principal_authenticator=org.jacorb.security.level2.PrincipalAuthenticatorImpl jacorb.ssl.socket_factory=org.jacorb.security.ssl.iaik.SSLSocketFactory jacorb.ssl.server_socket_factory=org.jacorb.security.ssl.iaik.SSLServerSocketFactory jacorb.security.change_ssl_roles=off jacorb.security.support_ssl=off jacorb.security.ssl.client.supported_options=0 jacorb.security.ssl.client.required_options=0 jacorb.security.ssl.server.supported_options=0 jacorb.security.ssl.server.required_options=0 jacorb.security.iaik_debug=off jacorb.security.jsse.trustees_from_ks=off jacorb.poa.monitoring=off jacorb.poa.thread_pool_max=20 jacorb.poa.thread_pool_min=5 jacorb.poa.queue_max=100 jacorb.naming.purge=on jtrader.util.max_threads=10 jtrader.util.min_threads=1 jtrader.util.query_timeout=5000 jtrader.impl.cache_max=100 jtrader.debug=false jtrader.debug_verbosity=3
module modTest { interface intTest { string getAnsiString(); string setAnsiString(in string str); unshortArray getUnshortArray(); string setUnshortArray(in unshortArray array); }; };