|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.search.impl.AbstractFederatedIndexer
public abstract class AbstractFederatedIndexer
Field Summary | |
---|---|
protected LocalizedString |
displayName
|
protected java.lang.String |
id
|
protected Info |
info
|
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
---|---|
AbstractFederatedIndexer()
|
Method Summary | |
---|---|
LocalizedString |
getDisplayName()
Get a localized name for this federated search |
java.lang.String |
getId()
Get the ID for this federated search |
Info |
getInfo()
Info should return information on the current status if the federated search |
void |
setDisplayName(LocalizedString displayName)
|
void |
setId(java.lang.String id)
|
void |
setInfo(Info info)
|
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService |
---|
create, destroy, getState, getStateString, start, stop |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
createService, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, startService, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.portal.search.FederatedIndexer |
---|
createIndex, destroyIndex |
Field Detail |
---|
protected java.lang.String id
protected LocalizedString displayName
protected Info info
Constructor Detail |
---|
public AbstractFederatedIndexer()
Method Detail |
---|
public LocalizedString getDisplayName()
FederatedIndexer
getDisplayName
in interface FederatedIndexer
public void setDisplayName(LocalizedString displayName)
public Info getInfo()
FederatedIndexer
getInfo
in interface FederatedIndexer
public void setInfo(Info info)
public java.lang.String getId()
FederatedIndexer
getId
in interface FederatedIndexer
public void setId(java.lang.String id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |