|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.resource.impl.AbstractResourceHome
org.apache.ws.eventing.SubscriptionHome
Field Summary | |
int |
c
|
static java.lang.String |
HOME_LOCATION
|
static java.lang.String |
PORT_NAME
The WSDL Port name associated with the resource. |
static javax.xml.namespace.QName |
PORT_TYPE
The management PortType associated with this resource. |
static javax.xml.namespace.QName |
RESOURCE_KEY_NAME
The name of the resource key for this resource. |
static javax.xml.namespace.QName |
SERVICE_NAME
The service endpoint name as registered with the SOAP Platform. |
Fields inherited from class org.apache.ws.resource.impl.AbstractResourceHome |
m_lockManager, m_resourceClassName, m_resources, MSG |
Constructor Summary | |
SubscriptionHome()
Creates a new instance of ResourceHome |
Method Summary | |
Subscription |
create(Filter filter,
java.util.Calendar expires,
java.net.URI delivery)
|
org.apache.ws.resource.Resource |
getInstance(org.apache.ws.resource.ResourceContext resourceContext)
|
javax.xml.namespace.QName |
getPortType()
|
javax.xml.namespace.QName |
getResourceKeyNameQName()
|
javax.xml.namespace.QName |
getServiceName()
|
java.lang.String |
getServicePortName()
|
void |
notify(java.lang.Object message)
|
void |
remove(org.apache.ws.resource.ResourceKey key)
Removes a resource. |
Methods inherited from class org.apache.ws.resource.impl.AbstractResourceHome |
add, addResourceCreationListener, addResourceDestructionListener, createInstance, createNewInstanceAndLoad, find, getCacheLocation, getEndpointReference, getResourceClassName, getResourceKeyClassName, getResourceKeyName, getServiceClassName, getSweeperDelay, getWsdlTargetNamespace, init, removeResourceCreationListener, removeResourceDestructionListener, setCacheLocation, setResourceClassName, setResourceKeyClassName, setResourceKeyName, setServiceClass, setServiceClassName, setSweeperDelay, setWsdlTargetNamespace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final javax.xml.namespace.QName SERVICE_NAME
public static final javax.xml.namespace.QName PORT_TYPE
public static final java.lang.String PORT_NAME
public static final javax.xml.namespace.QName RESOURCE_KEY_NAME
public static final java.lang.String HOME_LOCATION
public int c
Constructor Detail |
public SubscriptionHome()
Method Detail |
public org.apache.ws.resource.Resource getInstance(org.apache.ws.resource.ResourceContext resourceContext) throws org.apache.ws.resource.ResourceException, org.apache.ws.resource.ResourceContextException, org.apache.ws.resource.ResourceUnknownException
org.apache.ws.resource.ResourceException
org.apache.ws.resource.ResourceContextException
org.apache.ws.resource.ResourceUnknownException
public Subscription create(Filter filter, java.util.Calendar expires, java.net.URI delivery)
public void remove(org.apache.ws.resource.ResourceKey key) throws org.apache.ws.resource.ResourceException
RemoveCallback
interface, the
implementation must invoke the remove() operation on the resource itself.
org.apache.ws.resource.ResourceUnknownException
- if no resource exists with the given key
org.apache.ws.resource.InvalidResourceKeyException
- if the resource key is invalid.
org.apache.ws.resource.RemoveNotSupportedException
- if remove operation is not supported.
org.apache.ws.resource.ResourceException
- if any other error occurs.public void notify(java.lang.Object message)
public javax.xml.namespace.QName getServiceName()
public javax.xml.namespace.QName getPortType()
public java.lang.String getServicePortName()
public javax.xml.namespace.QName getResourceKeyNameQName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |