Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
Mappings.getMapping(String pattern)
Return the
Mapping , if any, for the specified matching
pattern . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
MappingImpl
Default implementation of
Mapping . |
Modifier and Type | Method and Description |
---|---|
Mapping |
MappingsImpl.getMapping(String pattern)
Return the
Mapping , if any, for the specified matching
pattern . |
Modifier and Type | Method and Description |
---|---|
void |
MappingsImpl.addMapping(Mapping mapping)
Add the specified
Mapping to the set of mappings for which
remoting services are supplied. |
void |
MappingsImpl.removeMapping(Mapping mapping)
Remove the specified
Mapping from the set of mappings for which
remoting services are supplied, if it is currently included. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.