Liferay 6.0.5

com.liferay.portal.dao.shard
Class ShardImpl

java.lang.Object
  extended by com.liferay.portal.dao.shard.ShardImpl
All Implemented Interfaces:
Shard

public class ShardImpl
extends Object
implements Shard


Constructor Summary
ShardImpl()
           
 
Method Summary
 DataSource getDataSource()
           
 boolean isEnabled()
           
 String popCompanyService()
           
 void pushCompanyService(long companyId)
           
 void pushCompanyService(String shardName)
           
 void setShardAdvice(ShardAdvice shardAdvice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShardImpl

public ShardImpl()
Method Detail

getDataSource

public DataSource getDataSource()
Specified by:
getDataSource in interface Shard

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface Shard

popCompanyService

public String popCompanyService()
Specified by:
popCompanyService in interface Shard

pushCompanyService

public void pushCompanyService(long companyId)
Specified by:
pushCompanyService in interface Shard

pushCompanyService

public void pushCompanyService(String shardName)
Specified by:
pushCompanyService in interface Shard

setShardAdvice

public void setShardAdvice(ShardAdvice shardAdvice)

Liferay 6.0.5