|
Apache Tuscany SCA Core SPI | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeComponent | |
---|---|
org.apache.tuscany.sca.management | |
org.apache.tuscany.sca.provider | |
org.apache.tuscany.sca.runtime | |
org.apache.tuscany.sca.store |
Uses of RuntimeComponent in org.apache.tuscany.sca.management |
---|
Methods in org.apache.tuscany.sca.management with parameters of type RuntimeComponent | |
---|---|
void |
ManagementService.registerComponent(java.lang.String name,
RuntimeComponent component)
Registers a component for management. |
Uses of RuntimeComponent in org.apache.tuscany.sca.provider |
---|
Methods in org.apache.tuscany.sca.provider with parameters of type RuntimeComponent | |
---|---|
ImplementationProvider |
ImplementationProviderFactory.createImplementationProvider(RuntimeComponent component,
M Implementation)
Creates a new implementation provider for the given component. |
ReferenceBindingProvider |
BindingProviderFactory.createReferenceBindingProvider(RuntimeComponent component,
RuntimeComponentReference reference,
M binding)
Creates a new reference binding provider for the given component and reference. |
ServiceBindingProvider |
BindingProviderFactory.createServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
M binding)
Creates a new service binding provider for the given component and service. |
Uses of RuntimeComponent in org.apache.tuscany.sca.runtime |
---|
Methods in org.apache.tuscany.sca.runtime that return RuntimeComponent | |
---|---|
RuntimeComponent |
EndpointReference.getComponent()
Get the component for the endpoint |
Uses of RuntimeComponent in org.apache.tuscany.sca.store |
---|
Methods in org.apache.tuscany.sca.store that return RuntimeComponent | |
---|---|
RuntimeComponent |
StoreExpirationEvent.getOwner()
Returns the owner of the expiring object. |
Methods in org.apache.tuscany.sca.store with parameters of type RuntimeComponent | |
---|---|
void |
Store.insertRecord(RuntimeComponent owner,
java.lang.String id,
java.lang.Object object,
long expiration)
Adds the given record to the store. |
java.lang.Object |
Store.readRecord(RuntimeComponent owner,
java.lang.String id)
Returns the deserialized object in the store corresponding to the given id |
void |
Store.removeRecord(RuntimeComponent owner,
java.lang.String id)
Removes a record from the store |
void |
Store.updateRecord(RuntimeComponent owner,
java.lang.String id,
java.lang.Object object,
long expiration)
Updates a given record in the store, overwriting previous information. |
Constructors in org.apache.tuscany.sca.store with parameters of type RuntimeComponent | |
---|---|
StoreExpirationEvent(java.lang.Object source,
RuntimeComponent owner,
java.lang.Object instance)
Constructor. |
|
Apache Tuscany SCA Core SPI | |||||||||
PREV NEXT | FRAMES NO FRAMES |