|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.depend.BasicProviderInfo
public class BasicProviderInfo
This is the implementation of ProviderInfo in the DependencyManager.
| Field Summary | |
|---|---|
DependableFinder |
dFinder
|
java.lang.String |
providerName
|
UUID |
uuid
This class implements Formatable. |
| Constructor Summary | |
|---|---|
BasicProviderInfo()
Public niladic constructor. |
|
BasicProviderInfo(UUID uuid,
DependableFinder dFinder,
java.lang.String providerName)
Make one of these puppies. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public UUID uuid
public DependableFinder dFinder
public java.lang.String providerName
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public DependableFinder getDependableFinder()
ProviderInfo
getDependableFinder in interface ProviderInfoProviderInfo.getDependableFinder()public UUID getObjectId()
ProviderInfo
getObjectId in interface ProviderInfoProviderInfo.getObjectId()public java.lang.String getProviderName()
ProviderInfo
getProviderName 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 error
java.lang.ClassNotFoundException - thrown on error
public 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.Object
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||