|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.catalog.AbstractService
Abstract implementation of Service.
Nested Class Summary |
Nested classes inherited from class org.geotools.catalog.Resolve |
Resolve.Status |
Constructor Summary | |
AbstractService(Catalog parent)
Creates a new service handle contained within a catalog. |
Method Summary | |
void |
addListener(ResolveChangeListener listener)
This method does nothing. |
boolean |
equals(java.lang.Object other)
This should represent the identifier |
void |
fire(ResolveChangeEvent event)
This method does nothing. |
int |
hashCode()
This should represent the identified |
Resolve |
parent(ProgressListener monitor)
Returns the parent Catalog. |
void |
removeListener(ResolveChangeListener listener)
This method does nothing. |
java.lang.String |
toString()
Indicate class and id. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.geotools.catalog.Service |
getConnectionParams, getInfo, members, resolve |
Methods inherited from interface org.geotools.catalog.Resolve |
canResolve, getIdentifier, getMessage, getStatus |
Constructor Detail |
public AbstractService(Catalog parent)
parent
- The catalog containg the service.Method Detail |
public Resolve parent(ProgressListener monitor)
parent
in interface Resolve
monitor
- DOCUMENT ME!
public final boolean equals(java.lang.Object other)
other
-
Object.equals(java.lang.Object)
public void addListener(ResolveChangeListener listener)
addListener
in interface Resolve
listener
- DOCUMENT ME!public void removeListener(ResolveChangeListener listener)
removeListener
in interface Resolve
listener
- DOCUMENT ME!public void fire(ResolveChangeEvent event)
fire
in interface Resolve
event
- DOCUMENT ME!public final int hashCode()
Object.hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |