|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.muws.v1_0.impl.advertiser.AbstractResourceAdvertiserResource
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 |
protected java.lang.String m_id
protected org.apache.ws.addressing.EndpointReference m_endpointReference
protected org.apache.ws.resource.properties.ResourcePropertySet m_propSet
Constructor Detail |
public AbstractResourceAdvertiserResource()
Method Detail |
public void setID(java.lang.Object id)
setID
in interface org.apache.ws.resource.Resource
id
- DOCUMENT_MEpublic void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
addTerminationListener
in interface org.apache.ws.resource.Resource
listener
- DOCUMENT_MEpublic java.lang.Object getID()
getID
in interface org.apache.ws.resource.Resource
public void destroy()
destroy
in interface org.apache.ws.resource.Resource
public void init()
init
in interface org.apache.ws.resource.Resource
public org.apache.ws.addressing.EndpointReference getEndpointReference()
getEndpointReference
in interface org.apache.ws.resource.Resource
public void setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
epr
- The Resource's EndpointReference.
Note: It is the responsibility of the Resource creator to set the EndpointReference (i.e. ResourceHome impl)public void setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet propSet)
setResourcePropertySet
in interface org.apache.ws.resource.PropertiesResource
PropertiesResource.setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet)
public org.apache.ws.resource.properties.ResourcePropertySet getResourcePropertySet()
getResourcePropertySet
in interface org.apache.ws.resource.PropertiesResource
PropertiesResource.getResourcePropertySet()
public org.apache.ws.notification.topics.TopicSpaceSet getTopicSpaceSet()
getTopicSpaceSet
in interface org.apache.ws.notification.base.NotificationProducerResource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |