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)
getLocations
public URI[] getLocations()
buildHash
public int buildHash()
connect
public Connection connect(Request request)
throws RemoteException
- Throws:
RemoteException
getConnectionFactoryStrategy
protected ConnectionFactoryStrategy getConnectionFactoryStrategy()
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
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.