com.bea.content.spi.flexspi.ticket
Interface RepositoryOpsV1

All Superinterfaces
ISPIMarker, ISPITicketMarker, Serializable

public interface RepositoryOpsV1
extends Serializable, ISPITicketMarker

RepositoryOps is a Ticket interface for Repository operations.


Nested Class Summary
static class RepositoryOpsV1.MethodName
           
 
Method Summary
 void pingRepository(IContentContext context)
          Verify the connection to the back-end repository datastore
 

Method Detail

pingRepository

void pingRepository(IContentContext context)
                    throws RepositoryException
Verify the connection to the back-end repository datastore

Parameters
context - the ContentContext object
Throws
RepositoryException - - if a connection error occurs.


Copyright © 2011, Oracle. All rights reserved.