org.openejb.client
Class ProtocolMetaData
java.lang.Object
org.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: 446200 $ $Date: 2006-05-24 19:17:41 +0200 (Wed, 24 May 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolMetaData
public ProtocolMetaData()
ProtocolMetaData
public ProtocolMetaData(String version)
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-2006 OpenEJB. All Rights Reserved.