All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.oti.connection.CreateConnection Maven / Gradle / Ivy

package com.ibm.oti.connection;

import java.io.IOException;

import javax.microedition.io.Connection;

/**
 * Stub for IBM J9 implemenation.
 * 

* Licensed Materials - Property of IBM, * (c) Copyright IBM Corp. 2000, 2002 All Rights Reserved *

* This class is not distributed with BlueCove binary distrubution: bluecove.jar */ public interface CreateConnection extends Connection { public void setParameters(String spec, int access, boolean timeout) throws IOException; public void setParameters2(String spec, int access, boolean timeout) throws IOException; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy