Guest User

Untitled

a guest
Feb 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. From Liferay Scripting console.
  2.  
  3. ```.java
  4. isMaster = com.liferay.portal.kernel.cluster.ClusterMasterExecutorUtil.isMaster() ;
  5. out.println(isMaster);
  6. ```
Add Comment
Please, Sign In to add comment