|
|||||||||
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 ProviderInfo
ProviderInfo.getDependableFinder()
public UUID getObjectId()
ProviderInfo
getObjectId
in interface ProviderInfo
ProviderInfo.getObjectId()
public java.lang.String getProviderName()
ProviderInfo
getProviderName
in interface ProviderInfo
ProviderInfo.getProviderName()
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- read this.
java.io.IOException
- thrown on error
java.lang.ClassNotFoundException
- thrown on errorpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- write bytes here.
java.io.IOException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
toString
in class java.lang.Object
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |