org.apache.ws.muws.v1_0.impl.advertiser
Class AbstractResourceAdvertiserResource

java.lang.Object
  extended byorg.apache.ws.muws.v1_0.impl.advertiser.AbstractResourceAdvertiserResource
All Implemented Interfaces:
org.apache.ws.notification.base.NotificationProducerResource, org.apache.ws.resource.PropertiesResource, org.apache.ws.resource.Resource
Direct Known Subclasses:
ResourceAdvertiserResource

public abstract class AbstractResourceAdvertiserResource
extends java.lang.Object
implements org.apache.ws.resource.PropertiesResource, org.apache.ws.notification.base.NotificationProducerResource

An abstract ResourceAdvertiser WS-Resource.

NOTE: This class is generated and is NOT meant to be modified.


Field Summary
protected  org.apache.ws.addressing.EndpointReference m_endpointReference
          The EndpointReference for this resource
protected  java.lang.String m_id
          The resource ID of the instance.
protected  org.apache.ws.resource.properties.ResourcePropertySet m_propSet
          The set of properties associated with this resource.
 
Constructor Summary
AbstractResourceAdvertiserResource()
           
 
Method Summary
 void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
          DOCUMENT_ME
 void destroy()
           
 org.apache.ws.addressing.EndpointReference getEndpointReference()
          Returns the EndpointReference associated with this Resource.
 java.lang.Object getID()
          DOCUMENT_ME
 org.apache.ws.resource.properties.ResourcePropertySet getResourcePropertySet()
           
 org.apache.ws.notification.topics.TopicSpaceSet getTopicSpaceSet()
           
 void init()
           
 void setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
          Sets the EndpointReference associated with this Resource.
 void setID(java.lang.Object id)
          DOCUMENT_ME
 void setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet propSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_id

protected java.lang.String m_id
The resource ID of the instance.


m_endpointReference

protected org.apache.ws.addressing.EndpointReference m_endpointReference
The EndpointReference for this resource


m_propSet

protected org.apache.ws.resource.properties.ResourcePropertySet m_propSet
The set of properties associated with this resource.

Constructor Detail

AbstractResourceAdvertiserResource

public AbstractResourceAdvertiserResource()
Method Detail

setID

public void setID(java.lang.Object id)
DOCUMENT_ME

Specified by:
setID in interface org.apache.ws.resource.Resource
Parameters:
id - DOCUMENT_ME

addTerminationListener

public void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
DOCUMENT_ME

Specified by:
addTerminationListener in interface org.apache.ws.resource.Resource
Parameters:
listener - DOCUMENT_ME

getID

public java.lang.Object getID()
DOCUMENT_ME

Specified by:
getID in interface org.apache.ws.resource.Resource
Returns:
DOCUMENT_ME

destroy

public void destroy()
Specified by:
destroy in interface org.apache.ws.resource.Resource

init

public void init()
Specified by:
init in interface org.apache.ws.resource.Resource

getEndpointReference

public org.apache.ws.addressing.EndpointReference getEndpointReference()
Returns the EndpointReference associated with this Resource.

Specified by:
getEndpointReference in interface org.apache.ws.resource.Resource
Returns:
The Resource's EndpointReference or null if the EndpointReference has not been set. Note: It is the responsibility of the Resource creator to set the EndpointReference (i.e. ResourceHome impl)

setEndpointReference

public void setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
Sets the EndpointReference associated with this Resource.

Parameters:
epr - The Resource's EndpointReference. Note: It is the responsibility of the Resource creator to set the EndpointReference (i.e. ResourceHome impl)

setResourcePropertySet

public void setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet propSet)
Specified by:
setResourcePropertySet in interface org.apache.ws.resource.PropertiesResource
See Also:
PropertiesResource.setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet)

getResourcePropertySet

public org.apache.ws.resource.properties.ResourcePropertySet getResourcePropertySet()
Specified by:
getResourcePropertySet in interface org.apache.ws.resource.PropertiesResource
See Also:
PropertiesResource.getResourcePropertySet()

getTopicSpaceSet

public org.apache.ws.notification.topics.TopicSpaceSet getTopicSpaceSet()
Specified by:
getTopicSpaceSet in interface org.apache.ws.notification.base.NotificationProducerResource


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.