org.apache.openejb.client
Class ProtocolMetaData

java.lang.Object
  extended by org.apache.openejb.client.ProtocolMetaData

public class ProtocolMetaData
extends Object

OpenEJB Enterprise Javabean Protocol (OEJP) OEJP uses a "." numbering scheme to indicate versions of the protocol. Protocol-Version = "OEJP" "/" 1*DIGIT "." 1*DIGIT Some compatability is guaranteed with the major part of the version number.

Version:
$Revision: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $

Constructor Summary
ProtocolMetaData()
           
ProtocolMetaData(String version)
           
 
Method Summary
 String getId()
           
 int getMajor()
           
 int getMinor()
           
 String getSpec()
           
 String getVersion()
           
 void readExternal(InputStream in)
           
 void writeExternal(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolMetaData

public ProtocolMetaData()

ProtocolMetaData

public ProtocolMetaData(String version)
Method Detail

getId

public String getId()

getMajor

public int getMajor()

getMinor

public int getMinor()

getVersion

public String getVersion()

getSpec

public String getSpec()

writeExternal

public void writeExternal(OutputStream out)
                   throws IOException
Throws:
IOException

readExternal

public void readExternal(InputStream in)
                  throws IOException
Throws:
IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.