Liferay 6.0.5

com.liferay.portal.kernel.dao.shard
Interface Shard

All Known Implementing Classes:
ShardImpl

public interface Shard


Method Summary
 DataSource getDataSource()
           
 boolean isEnabled()
           
 String popCompanyService()
           
 void pushCompanyService(long companyId)
           
 void pushCompanyService(String shardName)
           
 

Method Detail

getDataSource

DataSource getDataSource()

isEnabled

boolean isEnabled()

popCompanyService

String popCompanyService()

pushCompanyService

void pushCompanyService(long companyId)

pushCompanyService

void pushCompanyService(String shardName)

Liferay 6.0.5