< prev index next >

src/java.smartcardio/share/classes/javax/smartcardio/TerminalFactory.java

Print this page

        

*** 180,190 **** * Get the default TerminalFactory type. * * <p>It is determined as follows: * * when this class is initialized, the system property ! * <code>javax.smartcardio.TerminalFactory.DefaultType</code> * is examined. If it is set, a TerminalFactory of this type is * instantiated by calling the {@linkplain #getInstance * getInstance(String,Object)} method passing * <code>null</code> as the value for <code>params</code>. If the call * succeeds, the type becomes the default type and the factory becomes --- 180,190 ---- * Get the default TerminalFactory type. * * <p>It is determined as follows: * * when this class is initialized, the system property ! * {@systemProperty javax.smartcardio.TerminalFactory.DefaultType} * is examined. If it is set, a TerminalFactory of this type is * instantiated by calling the {@linkplain #getInstance * getInstance(String,Object)} method passing * <code>null</code> as the value for <code>params</code>. If the call * succeeds, the type becomes the default type and the factory becomes
< prev index next >