|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InitializationParameters in org.apache.muse.core |
---|
Subinterfaces of InitializationParameters in org.apache.muse.core | |
---|---|
interface |
Capability
Capability is the atomic unit of functional definition for a resource type. |
interface |
Persistence
Persistence is a mechanism used by resources and/or capabilities to save some or all of their state across application reboots. |
interface |
Resource
Resource is an aggregate of Capability objects, providing a common host for them to share information and sub-components. |
Classes in org.apache.muse.core that implement InitializationParameters | |
---|---|
class |
AbstractCapability
AbstractCapability provides a foundation for user-defined capabilities by allowing users to focus on their operations and capability-specific logic without having to worry about maintaining Muse components and other plumbing work. |
class |
AbstractFilePersistence
AbstractFilePersistence is an abstract component that provides generic resource-state-to-file utilities without specifying the format of the XML that goes into the files. |
class |
SimpleResource
SimpleResource is Muse's default implementation of the core resource type component. |
Uses of InitializationParameters in org.apache.muse.core.routing |
---|
Subinterfaces of InitializationParameters in org.apache.muse.core.routing | |
---|---|
interface |
RouterPersistence
RouterPersistence is an interface for components that will serialize and deserialize the routing table (EPRs and resource types) to a persistence layer during reboots. |
Classes in org.apache.muse.core.routing that implement InitializationParameters | |
---|---|
class |
RouterFilePersistence
RouterFilePersistence is a component that saves router entries (EPRs and their resource types) to XML files on disk. |
Uses of InitializationParameters in org.apache.muse.ws.dm.muws |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.dm.muws | |
---|---|
interface |
Configuration
This interface represents the WSDM Configuration capability, which has no properties, operations, or events. |
interface |
CorrelatableProperties
This interface represents the WSDM CorrelatableProperties capability. |
interface |
Description
This interface represents the WSDM Description capability. |
interface |
Identity
This interface represents the WSDM Identity capability. |
interface |
ManageabilityCapability
ManageabilityCapability represents WSRF-based capabilities that are related to resource management. |
interface |
ManageabilityCharacteristics
This interface represents the WSDM ManageabilityCharacteristics capability. |
interface |
Metrics
Metrics is an interface that represents the WSDM Metrics capability. |
interface |
OperationalStatus
This interface represents the WSDM OperationalStatus capability. |
interface |
RelationshipResource
RelationshipResource is the interface that describes WSDM relationships as WS-RF implied resources. |
interface |
Relationships
Relationships is an interface that represents the WSDM Relationships capability. |
interface |
State
This interface represents the WSDM State capability. |
Uses of InitializationParameters in org.apache.muse.ws.dm.muws.adv |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.dm.muws.adv | |
---|---|
interface |
Advertisement
|
Uses of InitializationParameters in org.apache.muse.ws.dm.muws.adv.impl |
---|
Classes in org.apache.muse.ws.dm.muws.adv.impl that implement InitializationParameters | |
---|---|
class |
AbstractAdvertisement
|
class |
BroadcastAdvertisement
|
class |
ServiceGroupEntryAdvertisement
|
class |
SimpleAdvertisement
|
Uses of InitializationParameters in org.apache.muse.ws.dm.muws.impl |
---|
Classes in org.apache.muse.ws.dm.muws.impl that implement InitializationParameters | |
---|---|
class |
AbstractManageabilityCapability
AbstractManageabilityCapability is an extension of AbstractWsResourceCapability that provides one additional initialization step: if the resource uses the ManageabilityCharacteristics capability, then this capability's URI will be added to the muws1:ManageabilityCapability property. |
class |
SimpleConfiguration
SimpleConfiguration is Muse's default implementation of the WSDM Configuration capability. |
class |
SimpleCorrelatableProperties
SimpleCorrelatableProperties is Muse's default implementation of the WSDM CorrelatableProperties capability. |
class |
SimpleDescription
SimpleDescription is Muse's default implementation of the WSDM Description capability. |
class |
SimpleIdentity
SimpleIdentity is Muse's default implementation of the WSDM Identity capability. |
class |
SimpleManageabilityCharacteristics
SimpleManageabilityCharacteristics is Muse's default implementation of the WSDM ManageabilityCharacteristics capability. |
class |
SimpleMetrics
SimpleMetrics is Muse's default implementation of the WSDM Metrics capability. |
class |
SimpleOperationalStatus
SimpleOperationalStatus is Muse's default implementation of the WSDM OperationalStatus capability. |
class |
SimpleRelationshipResource
SimpleRelationshipResource is Muse's default implementation of the MUWS (Part 2) RelationshipResource capability. |
class |
SimpleRelationships
SimpleRelationships is Muse's default implementation of the MUWS (Part 2) Relationships capability. |
class |
SimpleState
SimpleState is Muse's default implementation of the WSDM State capability. |
Uses of InitializationParameters in org.apache.muse.ws.metadata |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.metadata | |
---|---|
interface |
MetadataExchange
MetadataExchange is an interface that represents the WS-MetadataExchange GetMetadata port type; it is based on WS-MEX 09/04. |
Uses of InitializationParameters in org.apache.muse.ws.metadata.impl |
---|
Classes in org.apache.muse.ws.metadata.impl that implement InitializationParameters | |
---|---|
class |
SimpleMetadataExchange
SimpleMetadataExchange is Muse's default implementation of the WS-MetadataExchange GetMetadata port type. |
Uses of InitializationParameters in org.apache.muse.ws.notification |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.notification | |
---|---|
interface |
NotificationConsumer
NotificationConsumer is an interface that represents the WS-Notification NotificationConsumer port type; it is based on WS-N 1.3. |
interface |
NotificationProducer
NotificationProducer is an interface that represents the WS-Notification NotificationProducer port type; it is based on WS-N 1.3. |
interface |
NotificationProducerPersistence
NotificationProducerPersistence is an extension of the basic Persistence API to provide a link to the NotificationProducer API and resource lifecycle events. |
interface |
PullPoint
PullPoint is an interface that represents the WS-Notification PullPoint port type; it is based on WS-N 1.3. |
interface |
PullPointCreation
PullPointCreation is an interface that represents the WS-Notification PullPointCreation port type; it is based on WS-N v1.3. |
interface |
SubscriptionManager
SubscriptionManager is an interface that represents the WS-Notification SubscriptionManager port type; it is based on WS-N v1.3. |
Uses of InitializationParameters in org.apache.muse.ws.notification.impl |
---|
Classes in org.apache.muse.ws.notification.impl that implement InitializationParameters | |
---|---|
class |
NotificationProducerFilePersistence
NotificationProducerFilePersistence is an implementation of file-based persistence of subscription resource data. |
class |
SimpleNotificationConsumer
SimpleNotificationConsumer is Muse's default implementation of the WS-Notification NotificationConsumer port type and the listener API that augments it. |
class |
SimpleNotificationProducer
SimpleNotificationProducer is Muse's default implementation of the WS-Notification NotificationProducer port type. |
class |
SimplePullPoint
SimplePullPoint is Muse's default implementation of the WS-Notification PullPoint port type and the data store API that augments it. |
class |
SimplePullPointCreation
SimplePullPointCreation is Muse's default implementation of the WS-Notification PullPointCreation port type. |
class |
SimpleSubscriptionManager
SimpleSubscriptionManager is Muse's default implementation of the WS-Notification SubscriptionManager port type. |
Uses of InitializationParameters in org.apache.muse.ws.resource |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.resource | |
---|---|
interface |
WsResource
WsResource is an extension of the core Muse Resource component. |
interface |
WsResourceCapability
WsResourceCapability is an extension of the core Muse Capability concept. |
Uses of InitializationParameters in org.apache.muse.ws.resource.impl |
---|
Classes in org.apache.muse.ws.resource.impl that implement InitializationParameters | |
---|---|
class |
AbstractWsResourceCapability
AbstractWsResourceCapability is a foundation for user-defined capabilities for WSRF-based resources. |
class |
SimpleWsResource
SimpleResource is Muse's default implementation of a WS-RF-compliant resource (WsResource). |
Uses of InitializationParameters in org.apache.muse.ws.resource.lifetime |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.resource.lifetime | |
---|---|
interface |
ImmediateTermination
ImmediateTermination represents the WS-ResourceLifetime ImmediateResourceTermination capability, which has one method: wsrf-rl:Destroy. |
interface |
ScheduledTermination
ScheduledTermination represents the WS-ResourceLifetime ScheduledResourceTermination capability, which has two properties (wsrf-rl:CurrentTime and wsrf-rl:TerminationTime) and one method (wsrf-rl:SetTerminationTime). |
Uses of InitializationParameters in org.apache.muse.ws.resource.lifetime.impl |
---|
Classes in org.apache.muse.ws.resource.lifetime.impl that implement InitializationParameters | |
---|---|
class |
SimpleImmediateTermination
SimpleImmediateTermination is Muse's default implementation of the WS-RL ImmediateResourceTermination capability. |
class |
SimpleScheduledTermination
SimpleScheduledTermination is Muse's default implementation of the WS-RL ScheduledResourceTermination capability. |
Uses of InitializationParameters in org.apache.muse.ws.resource.metadata.ext |
---|
Classes in org.apache.muse.ws.resource.metadata.ext that implement InitializationParameters | |
---|---|
class |
WsrfMetadataExchange
WsrfMetadataExchange is an extension of the default WS-MEx implementation, SimpleMetadataExchange, which supports the WS0RF WS-ResourceMetadataDescriptor dialect. |
Uses of InitializationParameters in org.apache.muse.ws.resource.properties.get |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.resource.properties.get | |
---|---|
interface |
GetCapability
GetCapability allows resources to expose the "get" operations defined by WS-RP - GetMultipleResourceProperties, GetResourceProperty, and GetResourcePropertyDocument. |
Uses of InitializationParameters in org.apache.muse.ws.resource.properties.get.impl |
---|
Classes in org.apache.muse.ws.resource.properties.get.impl that implement InitializationParameters | |
---|---|
class |
SimpleGetCapability
SimpleGetCapability is Muse's default implementation of the WS-RP 'get' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection. |
Uses of InitializationParameters in org.apache.muse.ws.resource.properties.query |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.resource.properties.query | |
---|---|
interface |
QueryCapability
|
Uses of InitializationParameters in org.apache.muse.ws.resource.properties.query.impl |
---|
Classes in org.apache.muse.ws.resource.properties.query.impl that implement InitializationParameters | |
---|---|
class |
SimpleQueryCapability
SimpleQueryCapability is Muse's default implementation of the WS-RP QueryResourceProperties port type. |
Uses of InitializationParameters in org.apache.muse.ws.resource.properties.set |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.resource.properties.set | |
---|---|
interface |
SetCapability
SetCapability is allows users to expose the WSRP "write" operations so that remote clients can modify the contents of the WSRP document. |
Uses of InitializationParameters in org.apache.muse.ws.resource.properties.set.impl |
---|
Classes in org.apache.muse.ws.resource.properties.set.impl that implement InitializationParameters | |
---|---|
class |
SimpleSetCapability
SimpleSetCapability is Muse's default implementation of the WS-RP 'set' operations - the implementation simply forwards these requests to the equivalent methods in ResourcePropertyCollection. |
Uses of InitializationParameters in org.apache.muse.ws.resource.sg |
---|
Subinterfaces of InitializationParameters in org.apache.muse.ws.resource.sg | |
---|---|
interface |
Entry
Entry represents the WS-RF ServiceGroupEntry resource type. |
interface |
ServiceGroup
ServiceGroup is an internal representation of the WSDM ServiceGroup capability. |
interface |
ServiceGroupPersistence
ServiceGroupPersistence is an extension of the basic Persistence API to provide a link to the ServiceGroup API and resource lifecycle events. |
interface |
ServiceGroupRegistration
ServiceGroupRegistration contains the optional wsrf-sg:Add operation, which can be added to resource types that already include the WS-RF ServiceGroup capability. |
Uses of InitializationParameters in org.apache.muse.ws.resource.sg.impl |
---|
Classes in org.apache.muse.ws.resource.sg.impl that implement InitializationParameters | |
---|---|
class |
ServiceGroupFilePersistence
ServiceGroupFilePersistence is an implementation of file-based persistence of service group entry data. |
class |
SimpleEntry
SimpleEntry is Muse's default implementation of the WS-RF ServiceGroupEntry capability. |
class |
SimpleServiceGroup
SimpleServiceGroup is Muse's default implementation of the WS-RF ServiceGroup capability. |
class |
SimpleServiceGroupRegistration
SimpleServiceGroupRegistration is Muse's default implementation of the WS-RF ServiceGroupRegistration capability - it simply forwards all wsrf-sg:Add requests to the ServiceGroup.addEntry() method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |