lumis.service.wsrp.consumer.producermanager
Class ProducerEntityManagerFactory
java.lang.Object
lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerFactory
public class ProducerEntityManagerFactory
- extends Object
Provides ProducerEntityManager
instances.
- Since:
- 5.5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProducerEntityManagerFactory
public ProducerEntityManagerFactory()
getProducerEntityManager
public static com.sun.portal.wsrp.consumer.producermanager.ProducerEntityManager getProducerEntityManager(String serviceInstanceId)
- Returns the
ProducerEntityManager
for a WSRP producer service instance.
- Parameters:
serviceInstanceId
- the service instance identifier.
- Returns:
- the producer entity manager.
- Since:
- 5.5.0
getProducerEntityId
public static String getProducerEntityId(SessionConfig sessionConfig,
String serviceInstanceId,
ITransaction transaction)
throws PortalException
- Returns the producerEntityId configured for the specified service instance.
- Parameters:
sessionConfig
- the user session information.serviceInstanceId
- the service instance identifier.transaction
- the transaction for persistence access.
- Returns:
- the producerEntityId.
- Throws:
PortalObjectNotFoundException
- if no producer entity exists for
the specified service instance.
PortalException
- Since:
- 5.5.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.