|
|||||||||
Home >> All >> org >> everestWeather >> wsdm >> samples >> x2005 >> x04 >> [ schema overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.everestWeather.wsdm.samples.x2005.x04.schema
Class AbstractWeatherstationResource

java.lang.Objectorg.everestWeather.wsdm.samples.x2005.x04.schema.AbstractWeatherstationResource
- All Implemented Interfaces:
- org.apache.ws.notification.base.NotificationProducerResource, org.apache.ws.resource.PropertiesResource, org.apache.ws.resource.Resource
- Direct Known Subclasses:
- WeatherstationResource
- public abstract class AbstractWeatherstationResource
- extends java.lang.Object
- implements org.apache.ws.resource.PropertiesResource, org.apache.ws.notification.base.NotificationProducerResource
- extends java.lang.Object
An abstract Weatherstation 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. |
private java.util.List |
m_terminationListeners
A list of termination listeners to be notified when the resource is terminated. |
(package private) org.apache.ws.notification.topics.TopicSpaceSet |
m_topicSpaceSet
|
Constructor Summary | |
AbstractWeatherstationResource()
|
Method Summary | |
void |
addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
DOCUMENT_ME |
void |
destroy()
The WS-RF runtime system ends the lifecycle of a Resource
object by invoking this method. |
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()
Returns this resource's property set. |
org.apache.ws.notification.topics.TopicSpaceSet |
getTopicSpaceSet()
|
void |
init()
The WS-RF runtime system initializes a Resource object by
invoking this method. |
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)
Sets this resource's property set. |
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.
m_terminationListeners
private java.util.List m_terminationListeners
- A list of termination listeners to be notified when the resource is terminated.
m_topicSpaceSet
org.apache.ws.notification.topics.TopicSpaceSet m_topicSpaceSet
Constructor Detail |
AbstractWeatherstationResource
public AbstractWeatherstationResource()
Method Detail |
setID
public void setID(java.lang.Object id)
- DOCUMENT_ME
- Specified by:
setID
in interfaceorg.apache.ws.resource.Resource
addTerminationListener
public void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
- DOCUMENT_ME
- Specified by:
addTerminationListener
in interfaceorg.apache.ws.resource.Resource
getID
public java.lang.Object getID()
- DOCUMENT_ME
- Specified by:
getID
in interfaceorg.apache.ws.resource.Resource
destroy
public void destroy()
- Description copied from interface:
org.apache.ws.resource.Resource
- The WS-RF runtime system ends the lifecycle of a org.apache.ws.resource.Resource
object by invoking this method.
- Specified by:
destroy
in interfaceorg.apache.ws.resource.Resource
init
public void init()
- Description copied from interface:
org.apache.ws.resource.Resource
- The WS-RF runtime system initializes a org.apache.ws.resource.Resource object by
invoking this method.
- Specified by:
init
in interfaceorg.apache.ws.resource.Resource
setResourcePropertySet
public void setResourcePropertySet(org.apache.ws.resource.properties.ResourcePropertySet propSet)
- Description copied from interface:
org.apache.ws.resource.PropertiesResource
- Sets this resource's property set.
- Specified by:
setResourcePropertySet
in interfaceorg.apache.ws.resource.PropertiesResource
getResourcePropertySet
public org.apache.ws.resource.properties.ResourcePropertySet getResourcePropertySet()
- Description copied from interface:
org.apache.ws.resource.PropertiesResource
- Returns this resource's property set.
- Specified by:
getResourcePropertySet
in interfaceorg.apache.ws.resource.PropertiesResource
getTopicSpaceSet
public org.apache.ws.notification.topics.TopicSpaceSet getTopicSpaceSet()
- Specified by:
getTopicSpaceSet
in interfaceorg.apache.ws.notification.base.NotificationProducerResource
getEndpointReference
public org.apache.ws.addressing.EndpointReference getEndpointReference()
- Returns the EndpointReference associated with this Resource.
- Specified by:
getEndpointReference
in interfaceorg.apache.ws.resource.Resource
setEndpointReference
public void setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
- Sets the EndpointReference associated with this Resource.
|
|||||||||
Home >> All >> org >> everestWeather >> wsdm >> samples >> x2005 >> x04 >> [ schema overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |