|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mapping | |
|---|---|
| org.apache.shale.remoting | This package contains interfaces and APIs to support access for remoting (client side components that need to perform server side activities and/or retrieve information on a background thread). |
| org.apache.shale.remoting.impl | This package contains default implementations for the APIs specified by Shale remoting support. |
| Uses of Mapping in org.apache.shale.remoting |
|---|
| Methods in org.apache.shale.remoting that return Mapping | |
|---|---|
Mapping |
Mappings.getMapping(String pattern)
Return the Mapping, if any, for the specified matching
pattern. |
| Methods in org.apache.shale.remoting with parameters of type Mapping | |
|---|---|
void |
Mappings.addMapping(Mapping mapping)
Add the specified Mapping to the set of mappings for which
remoting services are supplied. |
void |
Mappings.removeMapping(Mapping mapping)
Remove the specified Mapping from the set of mappings for which
remoting services are supplied, if it is currently included. |
| Uses of Mapping in org.apache.shale.remoting.impl |
|---|
| Classes in org.apache.shale.remoting.impl that implement Mapping | |
|---|---|
class |
MappingImpl
Default implementation of Mapping. |
| Methods in org.apache.shale.remoting.impl that return Mapping | |
|---|---|
Mapping |
MappingsImpl.getMapping(String pattern)
Return the |
| Methods in org.apache.shale.remoting.impl with parameters of type Mapping | |
|---|---|
void |
MappingsImpl.addMapping(Mapping mapping)
Add the specified |
void |
MappingsImpl.removeMapping(Mapping mapping)
Remove the specified |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||