Interface CounterLocalService
- All Superinterfaces:
BaseLocalService
- All Known Implementing Classes:
CounterLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface CounterLocalService
extends BaseLocalService
Provides the local service interface for Counter. Methods of this
service will not have security checks based on the propagated JAAS
credentials because this service can only be accessed from within the same
VM.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
getCurrentId
(String name) getNames()
Returns the OSGi service identifier.long
long
long
void
void
void
-
Method Details
-
getCurrentId
-
getNames
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
increment
long increment() -
increment
-
increment
-
rename
-
reset
-
reset
-