org.openejb.client
Class ServerMetaData
java.lang.Object
org.openejb.client.ServerMetaData
- All Implemented Interfaces:
- Externalizable, Serializable
- public class ServerMetaData
- extends Object
- implements Externalizable
- Since:
- 11/25/2001
- Author:
- David Blevins
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerMetaData
public ServerMetaData()
ServerMetaData
public ServerMetaData(URI location)
getPort
public int getPort()
getHost
public String getHost()
getLocation
public URI getLocation()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
Copyright © 1999-2007 OpenEJB. All Rights Reserved.