<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2007, 2009 IBM.                                          -->
<!-- All rights reserved. This program and the accompanying materials       -->
<!-- are made available under the terms of the Eclipse Public License v1.0  -->
<!-- which accompanies this distribution, and is available at               -->
<!-- http://www.eclipse.org/legal/epl-v10.html                              -->
<!--                                                                        -->
<!-- Contributors:                                                          -->
<!--     IBM - initial API and implementation                               -->
<!-- WARNING: 															    -->
<!-- Consult the hardware manufacturer's technical specifications and User  -->
<!-- Guide for proper usage of the hardware before you use the Device Kit.  -->
<!-- Improper usage may result in damage to the hardware.                   -->

<dkml>
	<connection id="RandomAccessFileConnection" packagebase="org.eclipse.soda.dk"
			superclass="StreamConnection">
		<description>Random Access File Connection</description>
		<provider>Eclipse.org</provider>
		<version>1.2.0</version>
		<vendor>IBM</vendor>
		<incubation>true</incubation>
<!-- Protocol Specification      -->

		<spec id="Specification"/>
		
<!-- custom parameters in order of the constructor -->
		<customparameter name="path" type="String" defaultvalue="" required="false">
			<description>The path</description>	
			<displayname>Path</displayname>
		</customparameter>
		<customparameter name="name" type="String" defaultvalue="filename" required="true">
			<description>The name</description>
			<displayname>Name</displayname>
		</customparameter>	
		<customparameter name="mode" type="String" defaultvalue="rw" required="false">
			<description>The mode</description>
			<displayname>Mode</displayname>
		</customparameter>
			
		<bundle/>
		<managedbundle/>
		<managedfactorybundle/>
	</connection>
</dkml>