org.jboss.deployment.spi
Class SerializableTargetModuleID

java.lang.Object
  extended by org.jboss.deployment.spi.SerializableTargetModuleID
All Implemented Interfaces:
Serializable

public class SerializableTargetModuleID
extends Object
implements Serializable

A Serializable representation of the TargetModuleID

Version:
$Revision: 1.1.2.2 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
SerializableTargetModuleID(SerializableTargetModuleID parent, String moduleID, int moduleType, boolean isRunning)
           
SerializableTargetModuleID(SerializableTargetModuleID parent, TargetModuleIDImpl impl)
           
SerializableTargetModuleID(TargetModuleIDImpl impl)
           
 
Method Summary
 void addChildTargetModuleID(SerializableTargetModuleID child)
           
 void clearChildModuleIDs()
           
 SerializableTargetModuleID[] getChildModuleIDs()
           
 String getModuleID()
           
 int getModuleType()
           
 SerializableTargetModuleID getParentModuleID()
           
 boolean isRunning()
           
 void setRunning(boolean flag)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableTargetModuleID

public SerializableTargetModuleID(TargetModuleIDImpl impl)

SerializableTargetModuleID

public SerializableTargetModuleID(SerializableTargetModuleID parent,
                                  TargetModuleIDImpl impl)

SerializableTargetModuleID

public SerializableTargetModuleID(SerializableTargetModuleID parent,
                                  String moduleID,
                                  int moduleType,
                                  boolean isRunning)
Method Detail

getParentModuleID

public SerializableTargetModuleID getParentModuleID()

addChildTargetModuleID

public void addChildTargetModuleID(SerializableTargetModuleID child)

clearChildModuleIDs

public void clearChildModuleIDs()

getChildModuleIDs

public SerializableTargetModuleID[] getChildModuleIDs()

getModuleID

public String getModuleID()

getModuleType

public int getModuleType()

isRunning

public boolean isRunning()

setRunning

public void setRunning(boolean flag)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.