org.mc4j.ems.connection.bean
Interface EmsBeanName

All Superinterfaces:
java.lang.Comparable

public interface EmsBeanName
extends java.lang.Comparable

Created by IntelliJ IDEA. User: ghinkle Date: Oct 25, 2005 Time: 1:13:12 AM To change this template use File | Settings | File Templates.


Method Summary
 boolean apply(java.lang.String objectName)
           
 java.lang.String getCanonicalName()
           
 java.lang.String getDomain()
           
 java.util.Map<java.lang.String,java.lang.String> getKeyProperties()
           
 java.lang.String getKeyProperty(java.lang.String key)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDomain

java.lang.String getDomain()

getCanonicalName

java.lang.String getCanonicalName()

getKeyProperties

java.util.Map<java.lang.String,java.lang.String> getKeyProperties()

getKeyProperty

java.lang.String getKeyProperty(java.lang.String key)

apply

boolean apply(java.lang.String objectName)