org.apache.openejb.client
Class ServerMetaData
java.lang.Object
org.apache.openejb.client.ServerMetaData
- All Implemented Interfaces:
- Externalizable, Serializable
public class ServerMetaData
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
ServerMetaData
public ServerMetaData()
ServerMetaData
public ServerMetaData(URI... locations)
merge
public void merge(ServerMetaData toMerge)
getLocation
public URI getLocation()
getLocations
public URI[] getLocations()
buildHash
public int buildHash()
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
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.