java.io.Externalizable, java.io.Serializable, Formatable, TypedFormat, ProviderInfopublic class BasicProviderInfo extends java.lang.Object implements ProviderInfo
| Modifier and Type | Field | Description |
|---|---|---|
private DependableFinder |
dFinder |
|
private java.lang.String |
providerName |
|
private UUID |
uuid |
This class implements Formatable.
|
| Constructor | Description |
|---|---|
BasicProviderInfo() |
Public niladic constructor.
|
BasicProviderInfo(UUID uuid,
DependableFinder dFinder,
java.lang.String providerName) |
Make one of these puppies.
|
| Modifier and Type | Method | Description |
|---|---|---|
DependableFinder |
getDependableFinder() |
Get the DependableFinder.
|
UUID |
getObjectId() |
Get the object id
|
java.lang.String |
getProviderName() |
Get the provider's name.
|
int |
getTypeFormatId() |
Get the formatID which corresponds to this class.
|
void |
readExternal(java.io.ObjectInput in) |
Read this object from a stream of stored objects.
|
java.lang.String |
toString() |
|
void |
writeExternal(java.io.ObjectOutput out) |
Write this object to a stream of stored objects.
|
private UUID uuid
private DependableFinder dFinder
private java.lang.String providerName
public BasicProviderInfo()
BasicProviderInfo(UUID uuid, DependableFinder dFinder, java.lang.String providerName)
uuid - UUID of Provider.dFinder - DependableFinder for Provider.providerName - Name of the Provider.public DependableFinder getDependableFinder()
ProviderInfogetDependableFinder in interface ProviderInfoProviderInfo.getDependableFinder()public UUID getObjectId()
ProviderInfogetObjectId in interface ProviderInfoProviderInfo.getObjectId()public java.lang.String getProviderName()
ProviderInfogetProviderName in interface ProviderInfoProviderInfo.getProviderName()public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - read this.java.io.IOException - thrown on errorjava.lang.ClassNotFoundException - thrown on errorpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - write bytes here.java.io.IOException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatpublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.