org.openejb.client
Class ServerMetaData

java.lang.Object
  extended by 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

Constructor Summary
ServerMetaData()
           
ServerMetaData(URI location)
           
 
Method Summary
 String getHost()
           
 URI getLocation()
           
 int getPort()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerMetaData

public ServerMetaData()

ServerMetaData

public ServerMetaData(URI location)
Method Detail

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-2008 OpenEJB. All Rights Reserved.