org.ow2.jonas.webapp.jonasadmin.joramplatform
Class ItemDestination

java.lang.Object
  extended by org.ow2.jonas.webapp.jonasadmin.joramplatform.ItemBase
      extended by org.ow2.jonas.webapp.jonasadmin.joramplatform.ItemDestination
All Implemented Interfaces:
Serializable

public class ItemDestination
extends ItemBase
implements Serializable

See Also:
Serialized Form

Constructor Summary
ItemDestination()
           
 
Method Summary
 String getType()
           
 boolean isManageable()
           
 boolean isRegistered()
           
 boolean isUsed()
           
 void setManageable(boolean manageable)
           
 void setRegistered(boolean registered)
           
 void setType(String type)
           
 void setUsed(boolean used)
           
 
Methods inherited from class org.ow2.jonas.webapp.jonasadmin.joramplatform.ItemBase
getId, getName, getOn, getServerId, setId, setName, setOn, setServerId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemDestination

public ItemDestination()
Method Detail

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.

isUsed

public boolean isUsed()
Returns:
Returns the used.

setUsed

public void setUsed(boolean used)
Parameters:
used - The used to set.

isRegistered

public boolean isRegistered()
Returns:
true if the destination has a corresponding MBean

setRegistered

public void setRegistered(boolean registered)
Parameters:
registered - is true if the destination has a corresponding MBean

isManageable

public boolean isManageable()

setManageable

public void setManageable(boolean manageable)


Copyright © 2010 OW2 Consortium. All Rights Reserved.