public class BasicProviderInfo extends java.lang.Object implements ProviderInfo
| Modifier and Type | Field and Description |
|---|---|
DependableFinder |
dFinder |
java.lang.String |
providerName |
UUID |
uuid
This class implements Formatable.
|
| Constructor and Description |
|---|
BasicProviderInfo()
Public niladic constructor.
|
BasicProviderInfo(UUID uuid,
DependableFinder dFinder,
java.lang.String providerName)
Make one of these puppies.
|
| Modifier and Type | Method and 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.
|
public UUID uuid
public DependableFinder dFinder
public java.lang.String providerName
public BasicProviderInfo()
public 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.