Package | Description |
---|---|
org.apache.turbine.services |
Contains the Service framework for Turbine.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseInitableBroker
A generic implementation of
InitableBroker . |
Modifier and Type | Field and Description |
---|---|
protected InitableBroker |
BaseInitable.initableBroker
InitableBroker that instantiatd this class.
|
Modifier and Type | Method and Description |
---|---|
InitableBroker |
BaseUnicastRemoteService.getInitableBroker()
Get the
InitableBroker instance |
InitableBroker |
BaseInitable.getInitableBroker()
Returns an InitableBroker reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Initable.setInitableBroker(InitableBroker broker)
Provides an Initable with a reference to the InitableBroker
that instantiated this object, so that it can access other
Initables.
|
void |
BaseUnicastRemoteService.setInitableBroker(InitableBroker broker) |
void |
BaseInitable.setInitableBroker(InitableBroker broker)
Saves InitableBroker reference for later use.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.