Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl
Class AbstractPrinterFactoryResource  view AbstractPrinterFactoryResource download AbstractPrinterFactoryResource.java

java.lang.Object
  extended byorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractPrinterFactoryResource
All Implemented Interfaces:
org.apache.ws.resource.Resource
Direct Known Subclasses:
PrinterFactoryResource

public abstract class AbstractPrinterFactoryResource
extends java.lang.Object
implements org.apache.ws.resource.Resource

An abstract PrinterFactory WS-Resource.

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


Field Summary
private  org.apache.ws.addressing.EndpointReference m_endpointReference
           
protected  java.lang.String m_id
          The resource ID of the instance.
 
Constructor Summary
AbstractPrinterFactoryResource()
           
 
Method Summary
 void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
          Adds a listener to be invoked when the resource has been terminated.
 void destroy()
          DOCUMENT_ME
 org.apache.ws.addressing.EndpointReference getEndpointReference()
          Returns the EndpointReference associated with this Resource.
 java.lang.Object getID()
          DOCUMENT_ME
 void init()
          DOCUMENT_ME
 void setEndpointReference(org.apache.ws.addressing.EndpointReference epr)
          Sets the EndpointReference associated with this Resource.
 void setID(java.lang.Object id)
          DOCUMENT_ME
 
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

private org.apache.ws.addressing.EndpointReference m_endpointReference
Constructor Detail

AbstractPrinterFactoryResource

public AbstractPrinterFactoryResource()
Method Detail

setID

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

Specified by:
setID in interface org.apache.ws.resource.Resource

getID

public java.lang.Object getID()
DOCUMENT_ME

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

destroy

public void destroy()
DOCUMENT_ME

Specified by:
destroy in interface org.apache.ws.resource.Resource

init

public void init()
DOCUMENT_ME

Specified by:
init in interface org.apache.ws.resource.Resource

addTerminationListener

public void addTerminationListener(org.apache.ws.resource.lifetime.ResourceTerminationListener listener)
Adds a listener to be invoked when the resource has been terminated.

Specified by:
addTerminationListener 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

setEndpointReference

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