org.openejb.client
Class ServerMetaData

java.lang.Object
  extended by org.openejb.client.ServerMetaData
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ServerMetaData
extends java.lang.Object
implements java.io.Externalizable

Since:
11/25/2001
Author:
David Blevins
See Also:
Serialized Form

Constructor Summary
ServerMetaData()
           
ServerMetaData(java.net.URI location)
           
 
Method Summary
 java.lang.String getHost()
           
 java.net.URI getLocation()
           
 int getPort()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.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(java.net.URI location)
Method Detail

getPort

public int getPort()

getHost

public java.lang.String getHost()

getLocation

public java.net.URI getLocation()

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.