Java Doc for KernelServiceBean.java in  » Groupware » LibreSource » org » libresource » kernel » ejb » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Groupware » LibreSource » org.libresource.kernel.ejb 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.libresource.LibresourceServiceBase
      org.libresource.kernel.ejb.KernelServiceBean

KernelServiceBean
abstract public class KernelServiceBean extends LibresourceServiceBase (Code)
LibreSource
author:
   Guillaume Bort - author:
   href="http://www.inria.fr">INRIA Lorraine
author:
   The LibreSource Kernel Service



Constructor Summary
public  KernelServiceBean()
    

Method Summary
public  voidbind(LibresourceResourceIdentifier resourceIdentifier, URI uri, String resourceName)
    
public  booleancheckIfCanChangeRights(URI user, URI uri)
    
public  booleancheckIfCanChangeRights(URI uri)
    
public  booleancheckIfOwner(URI user, URI uri)
    
public  booleancheckIfOwner(URI uri)
    
public  booleancheckSecurity(URI user, URI uri, String permission)
    
public  booleancheckSecurity(URI uri, String permission)
    
public  voidchown(URI uri, URI owner, boolean recursive)
    
public  intcountResources(String service, String resourceType)
    
public  voidcreateAcl(URI forUri, URI resource, String[] permissions)
    
public  voidcreateAclRecursively(URI forUri, URI resource, String[] permissions)
    
public  voidcreateSymbolicLink(URI uri, URI toUri)
    
public  voidcreateURI(URI uri)
    
public  voiddeleteAcl(URI forUri, URI resource, boolean recursive)
    
public  voiddeleteURI(URI uri)
    
public  voideditSymbolicLink(URI uri, URI toUri)
    
public  booleanexist(URI uri)
    
public  voidflushIndexBase()
    
public  AclValue[]getAcls(URI uri)
    
public  StringgetAuthUrl()
    
public  URIgetConnectedResource()
    
public  DategetCreationDate(URI uri)
    
public  StringgetIndexationDataDir()
    
public  StringgetJobDescription(String jobName)
    
public  StringgetLibresourceVersion()
    
public  SessiongetMailSession()
    
public  URIgetMyURI(LibresourceResourceIdentifier resourceIdentifier)
    
public  VectorgetNavigationBar(URI atUri)
    
public  URIgetNodeDefiningProperty(URI uri, String key)
    
public  URIgetOwner(URI uri)
    
public  URIgetParent(URI uri)
    
public  StringgetProperty(URI uri, String key)
    
public  StringgetProperty(URI uri, String key, boolean inherit)
    
public  StringgetProperty(NodeLocal node, String key)
    
public  ObjectgetPropertyObject(URI uri, String key)
    
public  ObjectgetPropertyObject(URI uri, String key, boolean inherit)
    
public  ObjectgetPropertyObject(NodeLocal node, String key)
    
public  LibresourceResourceValuegetResource(URI atUri)
    
public  URIgetServerConfigURI()
    
public  StringgetServerUrl()
    
public  StringgetShortName(URI uri)
    
public  SymbolicLinkResourceValuegetSymbolicLink(URI uri)
    
public  StringgetTriggersInformation(String jobName)
    
public  DategetUpdateDate(URI uri)
    
public  StringgetUriHost()
    
public  StringgetUriScheme()
    
public  booleanhasChildren(URI atUri)
    
public  Stringhighlight(String text, String quey)
    
public  voidindexAll()
    
public  booleanisAuthentified()
    
public  booleanisRoot(URI uri)
    
public  booleanisSuperUser()
    
public  URI[]listChildren(URI atUri)
    
public  String[]listKernelEvents()
    
public  String[]listKernelPermissions()
    
public  HashMaplistPropertiesAtNode(URI uri)
    
public  LibresourceResourceValue[]listResourcesAt(URI atUri, String service, String resourceType)
    
public  LibresourceResourceValue[]listResourcesAt(URI atUri)
    
public  String[]listScheduledJobs()
    
public  LibresourceResourceIdentifierlookup(URI uri)
    
public  voidmove(URI from, URI to)
    
public  StringnormalizeAbsoluteURIPath(URI uri)
    
public  URInormalizeURI(URI uri)
    
public  voidresetAcls(URI forUri)
    
public  voidscheduleJob(LibresourceJob job, String description, Date date)
    
public  voidscheduleJob(LibresourceJob job, String description, String cronExpression)
    
public  LibresourceSearchResult[]search(String query)
    
public  LibresourceSearchResult[]search(String uriPattern, String service, String resource, String query)
    
public  voidsendEmail(String userId, String mail, String subject)
    
public  voidsendEmail(String from, String userId, String mail, String subject)
    
public  voidsetCreationDate(URI uri, Date date)
    
public  voidsetProperty(URI uri, String key, Object value)
    
public  voidsetShortName(URI uri, String name)
    
public  voidsetUpdateDate(URI uri, Date date)
    
public  voidsystemBind(LibresourceResourceIdentifier resourceIdentifier, URI uri, String resourceName)
    
public  voidsystemBootstrap()
    
public  voidsystemChown(URI uri, URI owner, boolean recursive)
    
public  voidsystemCopyAcl(URI from, URI to)
    
public  voidsystemCreateAcl(URI resource, URI owner, String[] permissions)
    
public  voidsystemCreateURI(URI uri)
    
public  voidsystemDeleteChildren(URI uri)
    
public  voidsystemInitConfig()
    
public  LibresourceResourceIdentifiersystemLookup(String path)
    
public  LibresourceResourceIdentifiersystemLookup(URI uri)
    
public  voidsystemResetAcls(URI forUri)
    
public  voidsystemSetProperty(URI uri, String key, Object value)
    
public  voidunScheduleJob(String jobName)
    
public  voidunbind(URI uri)
    
public  booleanzubZum(URI connectedUri, URI toUri)
    
public  booleanzubZum(URI toUri)
    


Constructor Detail
KernelServiceBean
public KernelServiceBean()(Code)




Method Detail
bind
public void bind(LibresourceResourceIdentifier resourceIdentifier, URI uri, String resourceName) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



checkIfCanChangeRights
public boolean checkIfCanChangeRights(URI user, URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



checkIfCanChangeRights
public boolean checkIfCanChangeRights(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



checkIfOwner
public boolean checkIfOwner(URI user, URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



checkIfOwner
public boolean checkIfOwner(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



checkSecurity
public boolean checkSecurity(URI user, URI uri, String permission) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



checkSecurity
public boolean checkSecurity(URI uri, String permission) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



chown
public void chown(URI uri, URI owner, boolean recursive) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



countResources
public int countResources(String service, String resourceType) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



createAcl
public void createAcl(URI forUri, URI resource, String[] permissions) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



createAclRecursively
public void createAclRecursively(URI forUri, URI resource, String[] permissions) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



createSymbolicLink
public void createSymbolicLink(URI uri, URI toUri) throws KernelServiceException, LibresourceSecurityException(Code)



createURI
public void createURI(URI uri) throws KernelServiceException, LibresourceSecurityException(Code)



deleteAcl
public void deleteAcl(URI forUri, URI resource, boolean recursive) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



deleteURI
public void deleteURI(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



editSymbolicLink
public void editSymbolicLink(URI uri, URI toUri) throws KernelServiceException, LibresourceSecurityException(Code)



exist
public boolean exist(URI uri) throws KernelServiceException, LibresourceSecurityException(Code)



flushIndexBase
public void flushIndexBase() throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getAcls
public AclValue[] getAcls(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getAuthUrl
public String getAuthUrl() throws KernelServiceException(Code)



getConnectedResource
public URI getConnectedResource() throws KernelServiceException, LibresourceSecurityException(Code)



getCreationDate
public Date getCreationDate(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getIndexationDataDir
public String getIndexationDataDir() throws KernelServiceException, LibresourceSecurityException(Code)



getJobDescription
public String getJobDescription(String jobName) throws KernelServiceException(Code)



getLibresourceVersion
public String getLibresourceVersion() throws KernelServiceException(Code)



getMailSession
public Session getMailSession() throws Exception(Code)



getMyURI
public URI getMyURI(LibresourceResourceIdentifier resourceIdentifier) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getNavigationBar
public Vector getNavigationBar(URI atUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getNodeDefiningProperty
public URI getNodeDefiningProperty(URI uri, String key) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getOwner
public URI getOwner(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getParent
public URI getParent(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getProperty
public String getProperty(URI uri, String key) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getProperty
public String getProperty(URI uri, String key, boolean inherit) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getProperty
public String getProperty(NodeLocal node, String key) throws Exception(Code)



getPropertyObject
public Object getPropertyObject(URI uri, String key) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getPropertyObject
public Object getPropertyObject(URI uri, String key, boolean inherit) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getPropertyObject
public Object getPropertyObject(NodeLocal node, String key) throws Exception(Code)



getResource
public LibresourceResourceValue getResource(URI atUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getServerConfigURI
public URI getServerConfigURI() throws KernelServiceException, LibresourceSecurityException(Code)



getServerUrl
public String getServerUrl() throws KernelServiceException(Code)



getShortName
public String getShortName(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getSymbolicLink
public SymbolicLinkResourceValue getSymbolicLink(URI uri) throws KernelServiceException, LibresourceSecurityException(Code)



getTriggersInformation
public String getTriggersInformation(String jobName) throws KernelServiceException(Code)



getUpdateDate
public Date getUpdateDate(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



getUriHost
public String getUriHost() throws KernelServiceException(Code)



getUriScheme
public String getUriScheme() throws KernelServiceException(Code)



hasChildren
public boolean hasChildren(URI atUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



highlight
public String highlight(String text, String quey) throws KernelServiceException, LibresourceSecurityException(Code)



indexAll
public void indexAll() throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)
Seb coding to prevent stack overflow



isAuthentified
public boolean isAuthentified() throws KernelServiceException, LibresourceSecurityException(Code)



isRoot
public boolean isRoot(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



isSuperUser
public boolean isSuperUser() throws KernelServiceException(Code)



listChildren
public URI[] listChildren(URI atUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



listKernelEvents
public String[] listKernelEvents()(Code)



listKernelPermissions
public String[] listKernelPermissions()(Code)



listPropertiesAtNode
public HashMap listPropertiesAtNode(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



listResourcesAt
public LibresourceResourceValue[] listResourcesAt(URI atUri, String service, String resourceType) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



listResourcesAt
public LibresourceResourceValue[] listResourcesAt(URI atUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



listScheduledJobs
public String[] listScheduledJobs() throws KernelServiceException(Code)



lookup
public LibresourceResourceIdentifier lookup(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



move
public void move(URI from, URI to) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



normalizeAbsoluteURIPath
public String normalizeAbsoluteURIPath(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



normalizeURI
public URI normalizeURI(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



resetAcls
public void resetAcls(URI forUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



scheduleJob
public void scheduleJob(LibresourceJob job, String description, Date date) throws KernelServiceException(Code)



scheduleJob
public void scheduleJob(LibresourceJob job, String description, String cronExpression) throws KernelServiceException(Code)



search
public LibresourceSearchResult[] search(String query) throws KernelServiceException, LibresourceSecurityException(Code)



search
public LibresourceSearchResult[] search(String uriPattern, String service, String resource, String query) throws KernelServiceException, LibresourceSecurityException(Code)



sendEmail
public void sendEmail(String userId, String mail, String subject) throws Exception(Code)



sendEmail
public void sendEmail(String from, String userId, String mail, String subject) throws Exception(Code)



setCreationDate
public void setCreationDate(URI uri, Date date) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



setProperty
public void setProperty(URI uri, String key, Object value) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



setShortName
public void setShortName(URI uri, String name) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



setUpdateDate
public void setUpdateDate(URI uri, Date date) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



systemBind
public void systemBind(LibresourceResourceIdentifier resourceIdentifier, URI uri, String resourceName) throws Exception(Code)



systemBootstrap
public void systemBootstrap() throws Exception(Code)



systemChown
public void systemChown(URI uri, URI owner, boolean recursive) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



systemCopyAcl
public void systemCopyAcl(URI from, URI to) throws Exception(Code)



systemCreateAcl
public void systemCreateAcl(URI resource, URI owner, String[] permissions) throws Exception(Code)



systemCreateURI
public void systemCreateURI(URI uri) throws Exception(Code)



systemDeleteChildren
public void systemDeleteChildren(URI uri) throws Exception(Code)



systemInitConfig
public void systemInitConfig() throws Exception(Code)



systemLookup
public LibresourceResourceIdentifier systemLookup(String path) throws Exception(Code)



systemLookup
public LibresourceResourceIdentifier systemLookup(URI uri) throws Exception(Code)



systemResetAcls
public void systemResetAcls(URI forUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



systemSetProperty
public void systemSetProperty(URI uri, String key, Object value) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



unScheduleJob
public void unScheduleJob(String jobName) throws KernelServiceException(Code)



unbind
public void unbind(URI uri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



zubZum
public boolean zubZum(URI connectedUri, URI toUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



zubZum
public boolean zubZum(URI toUri) throws KernelServiceException, LibresourceSecurityException, URINotExistException(Code)



Fields inherited from org.libresource.LibresourceServiceBase
protected transient SessionContext ctx(Code)(Java Doc)

Methods inherited from org.libresource.LibresourceServiceBase
public boolean canMapResourceForSecurity(URI fromResource, URI toResource) throws LibresourceException(Code)(Java Doc)
public void ejbActivate() throws EJBException, RemoteException(Code)(Java Doc)
public void ejbCreate() throws EJBException, RemoteException(Code)(Java Doc)
public void ejbPassivate() throws EJBException, RemoteException(Code)(Java Doc)
public void ejbRemove() throws EJBException, RemoteException(Code)(Java Doc)
public LibresourceIndexableContent getIndexableContent(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
abstract public String[] getLibresourceServiceDepends()(Code)(Java Doc)
abstract public String getLibresourceServiceName()(Code)(Java Doc)
public String getShortResourceName(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
public LibresourceExportHandler getXmlExportHandlerForResource(URI uri) throws LibresourceException(Code)(Java Doc)
public LibresourceImportHandler getXmlImportHandler(String type) throws LibresourceException(Code)(Java Doc)
public String[] listAvailablesEvents(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
public String[] listAvailablesPermissions(LibresourceResourceIdentifier resourceIdentifier) throws LibresourceException(Code)(Java Doc)
public void setSessionContext(SessionContext c)(Code)(Java Doc)
public void unsetEntityContext()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.