TicketImpl Class

com.bea.p13n.content.adapter
TicketImpl Class

public class TicketImpl

    extends Object
    implements Ticket

A new WLP Content Repository ticket to an old ContentManager


Hierarchy
Object
  TicketImpl
All Implemented Interfaces

Serializable, Ticket

Constructor Summary

TicketImpl(Credentials credentials, Properties properties)

 

Method Summary

public NodeOps
getNodeOps()
Returns a NodeOps that will service the Repository that instantiated this Ticket.
public ObjectClassOps
getObjectClassOps()
Returns an ObjectClassOps that will service the Repository that instantiated this Ticket.
public SearchOps
getSearchOps()
Returns a SearchOps that will service the Repository that instantiated this Ticket.
public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   
Methods from interface com.bea.content.spi.Ticket
getNodeOps, getObjectClassOps, getSearchOps
 

Constructor Detail

TicketImpl

public TicketImpl(Credentials credentials, 
                  Properties properties)
 

Method Detail

getNodeOps() Method

public NodeOps getNodeOps()
Description copied from Ticket.getNodeOps()
Returns a NodeOps that will service the Repository that instantiated this Ticket.


getObjectClassOps() Method

public ObjectClassOps getObjectClassOps()
Description copied from Ticket.getObjectClassOps()
Returns an ObjectClassOps that will service the Repository that instantiated this Ticket.


getSearchOps() Method

public SearchOps getSearchOps()
Description copied from Ticket.getSearchOps()
Returns a SearchOps that will service the Repository that instantiated this Ticket.


toString() Method

public String toString()
Overrides
Object.toString()