com.ibm.itim.dataservices.model.domain
Class ServiceEntityBridge

java.lang.Object
  extended by com.ibm.itim.dataservices.model.domain.ServiceEntityBridge
All Implemented Interfaces:
IServiceEntity

public class ServiceEntityBridge
extends java.lang.Object
implements IServiceEntity


Field Summary
 
Fields inherited from interface com.ibm.itim.dataservices.model.domain.IServiceEntity
NAME
 
Constructor Summary
ServiceEntityBridge()
           
 
Method Summary
 ServiceEntity create(ObjectProfile profile, Service service)
          Create a ServiceEntity object for this Service.
 ServiceEntity create(Service serviceObject)
          Create a ServiceEntity object for this Service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceEntityBridge

public ServiceEntityBridge()
Method Detail

create

public ServiceEntity create(Service serviceObject)
Description copied from interface: IServiceEntity
Create a ServiceEntity object for this Service. Used to ensure that the correct type of Entity (ServiceEntity or HostedServiceEntity) is created.

Specified by:
create in interface IServiceEntity
Returns:
ServiceEntity object and HostedServiceEntity if the service is a hosted service.

create

public ServiceEntity create(ObjectProfile profile,
                            Service service)
Description copied from interface: IServiceEntity
Create a ServiceEntity object for this Service. Used to ensure that the correct type of Entity (ServiceEntity or HostedServiceEntity) is created.

Specified by:
create in interface IServiceEntity
Parameters:
profile - Profile identifying the type of this service (e.g., NT, Exchange).
Returns:
ServiceEntity object and HostedServiceEntity if the service is a hosted service.


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.