|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.xngr | |
| org.xngr.context | |
| Uses of Service in org.xngr |
|---|
| Subinterfaces of Service in org.xngr | |
|---|---|
interface |
DirectoryService
The representation of a service associated with a directory. |
interface |
DocumentService
The representation of a service associated with a XML Document. |
interface |
FileService
The representation of a service associated with a file. |
interface |
NodeService
The representation of a service associated with a DOM node. |
interface |
URIService
The representation of a service associated with a uri. |
| Methods in org.xngr that return Service | |
|---|---|
Service |
Action.getService()
|
| Uses of Service in org.xngr.context |
|---|
| Methods in org.xngr.context that return Service | |
|---|---|
Service |
ServicesChangedEvent.getService()
|
| Methods in org.xngr.context that return types with arguments of type Service | |
|---|---|
abstract java.util.List<Service> |
ServiceContext.getServices()
|
java.util.List<Service> |
NodeContext.getServices()
|
java.util.List<Service> |
FileContext.getServices()
|
java.util.List<Service> |
DocumentContext.getServices()
|
java.util.List<Service> |
DirectoryContext.getServices()
|
| Methods in org.xngr.context with parameters of type Service | |
|---|---|
protected void |
ServiceContextManager.add(Service service)
Adds a service to the manager. |
protected void |
ServiceContextManager.fireServicesChanged(Service source,
ServiceContextEvent.Type type)
Called when services have been changed. |
protected void |
ServiceContext.fireServicesChanged(Service service,
ServiceContextEvent.Type type)
Fire an event when a service has been changed, added or removed. |
protected void |
ServiceContextManager.remove(Service service)
Calls close on the service and removes it from the manager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||